Skip to content

Commit

Permalink
Print the correct log location in log messages
Browse files Browse the repository at this point in the history
  • Loading branch information
aramprice committed Sep 7, 2023
1 parent 918ae27 commit b930449
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stemcell-automation/PostReboot.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Push-Location $PSScriptRoot
try {
PostReboot -Organization $Organization -Owner $Owner -SkipRandomPassword $SkipRandomPassword
} catch [Exception] {
Write-Log "Failed to prepare the VM. See 'c:\provisions\log.log' for more info."
Write-Log "Failed to prepare the VM. See 'c:\provision\log.log' for more info."
Exit $postRebootExceptionExitCode
}

Expand Down

0 comments on commit b930449

Please sign in to comment.