Skip to content

Commit

Permalink
Update TerraSwitch.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredbrogan authored Nov 8, 2022
1 parent a2d633b commit 9db651b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TerraSwitch.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ function InstallVersion($Version){
if ($ValidPath -eq 0){
Write-Host -ForegroundColor Yellow "[WARNING] The '$BinDir' directory is not residing in PATH."
Write-Host -ForegroundColor Yellow -NoNewLine " $bullet Updating PATH now... "
Add-Content -Value `n'$env:Path += ";$BinDir"' -Path "$PROFILE"
Add-Content -Value `n'$env:Path += ";$env:USERPROFILE\terraform\bin"' -Path "$PROFILE"
& $PROFILE
Write-Host -ForegroundColor Green "Success!`n"
}
Expand Down

0 comments on commit 9db651b

Please sign in to comment.