File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ 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
2020 local -ra RUN_ALL_SUBCOMMAND=(run-all providers lock)
2121 fi
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ 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
2020 local -ra RUN_ALL_SUBCOMMAND=(run-all validate)
2121 fi
You can’t perform that action at this time.
0 commit comments