Skip to content

Commit

Permalink
fix: json syntax typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kvaps committed Jul 8, 2021
1 parent 1e05da7 commit cdacecc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kubectl-node_shell
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
set -e

kubectl=kubectl
version=1.5.0
version=1.5.1
generator=""
node=""
nodefaultctx=0
Expand Down Expand Up @@ -81,7 +81,7 @@ if [ $# -gt 0 ]; then
done
cmd="$cmd ]"
else
cmd="$cmd\"bash\", \"-l\" ]"
cmd="$cmd, \"bash\", \"-l\" ]"
fi

if [ -z "$node" ]; then
Expand Down

0 comments on commit cdacecc

Please sign in to comment.