Skip to content

Commit

Permalink
chore: disable ctrl-c for patch release (#5142)
Browse files Browse the repository at this point in the history
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the Apache 2.0 License.
  • Loading branch information
KollaAdithya authored Aug 1, 2023
1 parent 09cb192 commit 123b8af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/pkg/deploy/cloudformation/cloudformation.go
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ type executeAndRenderChangeSetOption func(in *executeAndRenderChangeSetInput)

func withEnableInterrupt() executeAndRenderChangeSetOption {
return func(in *executeAndRenderChangeSetInput) {
in.enableInterrupt = true
in.enableInterrupt = false
}
}

Expand Down

0 comments on commit 123b8af

Please sign in to comment.