Merge pull request #855 from themalkolm/patch-1

Code style fix
This commit is contained in:
Shane Lee 2016-05-24 09:31:36 -06:00
commit 9cfdab4086

View file

@ -172,7 +172,7 @@ If($runservice) {
}
Else {
Write-Output -NoNewline "Stopping salt minion and setting it to 'Manual'"
Set-Service "salt-minion" -startupType "Manual"
Set-Service "salt-minion" -StartupType "Manual"
Stop-Service "salt-minion"
}