Skip to content

Commit

Permalink
fix: prevent word splitting
Browse files Browse the repository at this point in the history
  • Loading branch information
DragonStuff committed Mar 17, 2020
1 parent fa545b0 commit 5435359
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion completion/bash_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
git clone https://github.com/tablecheck/kubectl-application-shell.git ~/.kubeas

COMPDIR=$(pkg-config --variable=completionsdir bash-completion)
ln -sf ~/.kubeas/completion/kubectl-application-shell.bash $COMPDIR/kubeas
ln -sf ~/.kubeas/completion/kubectl-application-shell.bash "$COMPDIR"/kubeas
cat << FOE >> ~/.bashrc
#kubeas
Expand Down

0 comments on commit 5435359

Please sign in to comment.