Skip to content

Commit

Permalink
Update main.sh
Browse files Browse the repository at this point in the history
Co-authored-by: Eric Nemchik <[email protected]>
  • Loading branch information
CLHatch and nemchik authored Sep 7, 2024
1 parent 1db554c commit 58d92b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 58d92b9

Please sign in to comment.