Skip to content

Commit 50d1c71

Browse files
authored
fix: double quote in fake_cancel.sh (#5399)
1 parent 1c42a20 commit 50d1c71

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

provisioner/terraform/testdata/fake_cancel.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ init)
3131

3232
trap 'echo exit; kill -9 $sleep_pid 2>/dev/null' EXIT
3333
trap 'echo interrupt; exit 1' INT
34-
trap 'echo terminate"; exit 2' TERM
34+
trap 'echo terminate; exit 2' TERM
3535

3636
echo init_start
3737
wait
@@ -45,7 +45,7 @@ apply)
4545

4646
trap 'json_print exit; kill -9 $sleep_pid 2>/dev/null' EXIT
4747
trap 'json_print interrupt; exit 1' INT
48-
trap 'json_print terminate"; exit 2' TERM
48+
trap 'json_print terminate; exit 2' TERM
4949

5050
json_print apply_start
5151
wait

0 commit comments

Comments
 (0)