Skip to content

Commit

Permalink
We've standardized on the lowercase spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
UtahDave committed Mar 10, 2015
1 parent 4d8671a commit d396717
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Bootstrap.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
#--------------------------------------------------------
$strDownloadDir = "$env:Temp\DevSalt"
$strDevelopmentDir = "C:\Salt-Dev"
$strSaltDir = "C:\Salt"
$strSaltDir = "C:\salt"
$strWindowsRepo = "http://docs.saltstack.com/downloads/windows-deps"
$strSaltBranch = "develop"

Expand Down Expand Up @@ -409,4 +409,4 @@ Copy-Item $strConfigFiles\* $strSaltDir -Recurse -Force
Write-Host "Salt Stack Dev Environment Script Complete"
Write-Host "Press any key to continue ..."
$HOST.UI.RawUI.Flushinputbuffer()
$HOST.UI.RawUI.ReadKey("NoEcho,IncludeKeyDown")
$HOST.UI.RawUI.ReadKey("NoEcho,IncludeKeyDown")

0 comments on commit d396717

Please sign in to comment.