Skip to content

Commit 607f06a

Browse files
committed
Fix typo in sed command
1 parent bfca627 commit 607f06a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/scripts/openshift-ci/setup-e2e-tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ oc wait --for=condition=ready pod -l control-plane=kserve-controller-manager -n
100100
if [ "$1" != "raw" ]; then
101101
echo "Installing odh-model-controller"
102102
# authorino
103-
curl -sL https://raw.githubusercontent.com/Kuadrant/authorino-operator/main/utils/install.sh | "s|kubectl|oc|" |
103+
curl -sL https://raw.githubusercontent.com/Kuadrant/authorino-operator/main/utils/install.sh | sed "s|kubectl|oc|" |
104104
bash -s -- -v 0.16.0
105105

106106
# kserve-local-gateway

0 commit comments

Comments
 (0)