We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 64c6f53 + 5680624 commit 1b99af8Copy full SHA for 1b99af8
1 file changed
hack/debugging/kubectl-capz-ssh
@@ -16,7 +16,7 @@ while [[ "$1" =~ ^- && ! "$1" == "--" ]]; do case $1 in
16
shift; user=$1
17
;;
18
-i | --identity )
19
- shift; user=$1
+ shift; identity=$1
20
21
esac; shift; done
22
if [[ "$1" == '--' ]]; then shift; fi
0 commit comments