Skip to content

Commit 7f0fc03

Browse files
authored
Fix erroroneous escape sequence (#259)
1 parent ad0d11b commit 7f0fc03

File tree

1 file changed

+1
-1
lines changed
  • deployment/bin

1 file changed

+1
-1
lines changed

deployment/bin/lib

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ function cluster_login() {
8383
echo "Converting kubeconfig..."
8484
kubelogin convert-kubeconfig \
8585
-l azurecli \
86-
--kubeconfig=kubeconfig \
86+
--kubeconfig=kubeconfig
8787
export KUBECONFIG=kubeconfig
8888
}
8989

0 commit comments

Comments
 (0)