Skip to content

Commit

Permalink
Merge branch 'variable-naming' of https://github.com/CLHatch/DockSTARTer
Browse files Browse the repository at this point in the history
 into pr/1745
  • Loading branch information
CLHatch committed Sep 7, 2024
2 parents fe31c67 + 58d92b9 commit cb8b984
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.sh
Original file line number Diff line number Diff line change
Expand Up @@ -473,7 +473,7 @@ main() {
run_script 'env_get' "${ENVVAR}"
else
echo "Invalid usage. Must be"
echo " --env-get with variable name ('--env-get=Var')"
echo " --env-get-lower with variable name ('--env-get-lower=Var')"
echo " Variable name can be Mixed Case"
fi
;;
Expand All @@ -482,7 +482,7 @@ main() {
run_script 'env_set' "${ENVVAR}" "${ENVVAL}"
else
echo "Invalid usage. Must be"
echo " --env-set with variable name and value ('--env-set=Var,VAL')"
echo " --env-set-lower with variable name and value ('--env-set-lower=Var,VAL')"
echo " Variable name can be Mixed Case"
fi
;;
Expand Down

0 comments on commit cb8b984

Please sign in to comment.