Skip to content

Commit c1db7f0

Browse files
committed
Fix issue with additional \ in oc and helm script
Signed-off-by: Patrick Knight <pknight@redhat.com>
1 parent c56cb8d commit c1db7f0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/config-oc-and-helm.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ oc_login() {
7373
fi
7474

7575
oc login --token="${K8S_CLUSTER_TOKEN}" \
76-
--server="${K8S_CLUSTER_URL}" \
76+
--server="${K8S_CLUSTER_URL}"
7777
fi
7878

7979
# Verify login succeeded to the correct cluster

0 commit comments

Comments
 (0)