diff --git a/scripts/setup-cluster.sh b/scripts/setup-cluster.sh index 06c349ff..98dc7a12 100755 --- a/scripts/setup-cluster.sh +++ b/scripts/setup-cluster.sh @@ -35,4 +35,4 @@ echo "${CLUSTER_NAME} ready" IMAGE=${REPO}/backup-restore-operator:${TAG} -k3d import image ${IMAGE} -c ${CLUSTER_NAME} \ No newline at end of file +k3d image import ${IMAGE} -c ${CLUSTER_NAME} \ No newline at end of file