Reverting whitespace change

This commit is contained in:
Jonathan LaBroad 2017-08-29 13:23:53 -04:00
parent cec589ecd9
commit 8e2c66d8a8
1 changed files with 1 additions and 0 deletions

View File

@ -67,6 +67,7 @@ $url = "https://repo.saltstack.com/windows/$minionFilename"
$file = "C:\tmp\salt.exe"
$webclient.DownloadFile($url, $file)
# Install minion silently
Write-Host "Installing Salt minion..."
#Wait for process to exit before continuing...