Skip to content

Commit 1b99af8

Browse files
authored
Merge pull request #1055 from Evalle/ISSUE-1054
Parse identity parameter correctly in kubectl-capz-ssh
2 parents 64c6f53 + 5680624 commit 1b99af8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hack/debugging/kubectl-capz-ssh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ while [[ "$1" =~ ^- && ! "$1" == "--" ]]; do case $1 in
1616
shift; user=$1
1717
;;
1818
-i | --identity )
19-
shift; user=$1
19+
shift; identity=$1
2020
;;
2121
esac; shift; done
2222
if [[ "$1" == '--' ]]; then shift; fi

0 commit comments

Comments
 (0)