Fixed typo in kubectl alias
This commit is contained in:
parent
b759db9ccb
commit
38c7d77efd
1 changed files with 1 additions and 1 deletions
|
@ -1,3 +1,3 @@
|
|||
if (( ! ${+commands[kubectl]} )); then
|
||||
if (( ${+commands[kubectl]} )); then
|
||||
alias k=kubectl
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue