We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e251eb2 commit 2e6b270Copy full SHA for 2e6b270
hooks/_common.sh
@@ -139,7 +139,7 @@ function common::parse_and_export_env_vars {
139
# `$arg` will be checked in `if` conditional, `$ARGS` will be used in the next functions.
140
# shellcheck disable=SC2016 # '${' should not be expanded
141
arg=${arg/'${'$env_var_name'}'/$env_var_value}
142
- ARGS[$arg_idx]=$arg
+ ARGS[arg_idx]=$arg
143
144
common::colorify "green" 'After ${'"$env_var_name"'} expansion: '"'$arg'\n"
145
continue
0 commit comments