File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -15,9 +15,9 @@ function main {
1515 # JFYI: terragrunt providers lock color already suppressed via PRE_COMMIT_COLOR=never
1616
1717 if common::terragrunt_version_ge_0.78; then
18- local -ra RUN_ALL_SUBCOMMAND=(run --all providers lock)
18+ local -ra RUN_ALL_SUBCOMMAND=(run --all -- providers lock)
1919 else
20- local -ra RUN_ALL_SUBCOMMAND=(run-all providers lock)
20+ local -ra RUN_ALL_SUBCOMMAND=(run-all -- providers lock)
2121 fi
2222
2323 # shellcheck disable=SC2153 # False positive
Original file line number Diff line number Diff line change @@ -15,9 +15,9 @@ function main {
1515 # JFYI: terragrunt validate color already suppressed via PRE_COMMIT_COLOR=never
1616
1717 if common::terragrunt_version_ge_0.78; then
18- local -ra RUN_ALL_SUBCOMMAND=(run --all validate)
18+ local -ra RUN_ALL_SUBCOMMAND=(run --all -- validate)
1919 else
20- local -ra RUN_ALL_SUBCOMMAND=(run-all validate)
20+ local -ra RUN_ALL_SUBCOMMAND=(run-all -- validate)
2121 fi
2222
2323 # shellcheck disable=SC2153 # False positive
You can’t perform that action at this time.
0 commit comments