Skip to content

Commit 667ddc5

Browse files
committed
removed await
1 parent 9ad272b commit 667ddc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stackql/scripts/stop-instances/stop-instances.iql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
>>>
2121
{{ $root := . }}
2222
{{range $root.instances}}
23-
EXEC /*+ AWAIT */ google.compute.instances.stop
23+
EXEC google.compute.instances.stop
2424
@instance='{{.name}}',
2525
@project='{{$root.project}}',
2626
@zone='{{$root.zone}}';

0 commit comments

Comments
 (0)