Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
kodermax committed Oct 19, 2023
1 parent 986b61a commit 743b7ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ else
echo "Using aws-iam-authenticator version: $(aws-iam-authenticator version)"
fi

if [ -z ${RUN_COMMAND+x} ] ; then
if [ -z "$RUN_COMMAND" ] ; then
sh -c "kubectl $RUN_COMMAND"
else
sh -c "kubectl $*"
Expand Down

0 comments on commit 743b7ae

Please sign in to comment.