Skip to content
This repository has been archived by the owner on Feb 1, 2021. It is now read-only.

Commit

Permalink
Minor updates
Browse files Browse the repository at this point in the history
  • Loading branch information
ziwon committed Feb 12, 2019
1 parent e15e931 commit 608384e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kubectl/init
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

cd "$(dirname "${BASH_SOURCE}")";

mkdir -p "~/.kube/plugins/"
mkdir -p "$HOME/.kube/plugins/"

chmod +x kubectl-*

rsync --exclude ".DS_Store" \
--exclude ".git" \
--exclude "init" \
--exclude "README.md" \
-avh --no-perms . ~/.kube/plugins
-avh --no-perms . "$HOME/.kube/plugins";

0 comments on commit 608384e

Please sign in to comment.