Docs/Provider - missing double quote =D (#257)

* spelling mistake

fix spelling mistake

* missing double quote

missing double quote =D
This commit is contained in:
Matt Tunny 2017-11-01 22:45:22 +10:00 committed by Craig Peterson
parent cad1aa8d16
commit f7eb7cd1f6

View file

@ -36,7 +36,7 @@ If you want to modify the "fake powershell" mode details, you can set them in th
"ADServer": "ny-dc01", "ADServer": "ny-dc01",
"fakeps": "true", "fakeps": "true",
"pslog": "powershell.log", "pslog": "powershell.log",
"psout: "commandsToRun.ps1" "psout": "commandsToRun.ps1"
} }
} }
{% endhighlight %} {% endhighlight %}