Skip to content
This repository was archived by the owner on Jun 12, 2023. It is now read-only.

Commit 5c6c0d6

Browse files
authored
Merge pull request #78 from fromanirh/fix-make-manifests
hack: make-manifests.sh: fix typo
2 parents 05fc6ef + 338fdbc commit 5c6c0d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hack/make-manifests.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ for MF in deploy/service_account.yaml deploy/role.yaml deploy/role_binding.yaml
4343
done
4444
) > ${CLUSTER_VERSIONED_DIR}/kubevirt-ssp-operator.yaml
4545

46-
${BASEPATH}/..build/csv-generator.sh --csv-version=${VERSION} --namespace=placeholder --operator-image=REPLACE_IMAGE > ${MANIFESTS_VERSIONED_DIR}/kubevirt-ssp-operator.${TAG}.clusterserviceversion.yaml
46+
${BASEPATH}/../build/csv-generator.sh --csv-version=${VERSION} --namespace=placeholder --operator-image=REPLACE_IMAGE > ${MANIFESTS_VERSIONED_DIR}/kubevirt-ssp-operator.${TAG}.clusterserviceversion.yaml
4747

4848
# caution: operator-courier (as in 5a4852c) wants *one* entity per yaml file (e.g. it does NOT use safe_load_all)
4949
for CRD in $( ls deploy/crds/kubevirt_*crd.yaml ); do

0 commit comments

Comments
 (0)