Skip to content

Commit

Permalink
chore: Fix shellcheck v0.10.0 linters rules
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxymVlasov committed Jan 14, 2025
1 parent e251eb2 commit 0ff76ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hooks/_common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ function common::parse_and_export_env_vars {
# `$arg` will be checked in `if` conditional, `$ARGS` will be used in the next functions.
# shellcheck disable=SC2016 # '${' should not be expanded
arg=${arg/'${'$env_var_name'}'/$env_var_value}
ARGS[$arg_idx]=$arg
ARGS[arg_idx]=$arg
# shellcheck disable=SC2016 # '${' should not be expanded
common::colorify "green" 'After ${'"$env_var_name"'} expansion: '"'$arg'\n"
continue
Expand Down

0 comments on commit 0ff76ee

Please sign in to comment.