Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update provisionersdk/scripts/bootstrap_windows.ps1
  • Loading branch information
johnstcn authored Jul 12, 2022
commit 5e315efece14f5c216acdeadea2e18a544f09460
2 changes: 1 addition & 1 deletion provisionersdk/scripts/bootstrap_windows.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Sleep for a while in case the underlyine provider deletes the resource on error.
# Sleep for a while in case the underlying provider deletes the resource on error.
trap {
Write-Error '=== Agent script exited with non-zero code. Sleeping 24h to preserve logs...'
Start-Sleep -Seconds 86400
Expand Down