Skip to content

Commit df0ffd4

Browse files
authored
Fixed typo in KUBECONFIG (#9)
1 parent 7d865f5 commit df0ffd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kubectl-node_shell

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ while [ $# -gt 0 ]; do
1414
shift
1515
;;
1616
--kubeconfig)
17-
KUBECONFIG="--kubconfig $2"
17+
KUBECONFIG="--kubeconfig $2"
1818
shift
1919
shift
2020
;;

0 commit comments

Comments
 (0)