Skip to content

Commit

Permalink
Fix formatting error
Browse files Browse the repository at this point in the history
  • Loading branch information
jwmoss committed Sep 30, 2024
1 parent 4c27364 commit 6d815fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gcp.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ build {
execute_command = "sudo -S sh -c '{{ .Vars }} {{ .Path }}'"
expect_disconnect = true
pause_before = "10s"
start_retry_timeout = 30m
start_retry_timeout = "30m"
scripts = [
"${path.cwd}/scripts/linux/common/reboot.sh"
]
Expand Down

0 comments on commit 6d815fc

Please sign in to comment.