Skip to content

Commit 091ddbf

Browse files
committed
Fix more typos.
1 parent e01c1d9 commit 091ddbf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,9 +161,9 @@ generate-manifests: | $(YTT)
161161
mkdir -p releases
162162
kustomize build config/installation/ > releases/messaging-topology-operator.bak
163163
sed '/CERTIFICATE_NAMESPACE.*CERTIFICATE_NAME/d' releases/messaging-topology-operator.bak > releases/messaging-topology-operator.yaml
164-
$(YTT) -f releases/messaging-topology-operator.yaml -f config/ytt-overlays/change_deployment_image.yml --data-value operator_image=$(QUAY_IO_OPERATOR_IMAGE) > releases/messaging-topology-operator-quay-io.yaml
164+
$(YTT) -f releases/messaging-topology-operator.yaml -f config/ytt_overlays/change_deployment_image.yml --data-value operator_image=$(QUAY_IO_OPERATOR_IMAGE) > releases/messaging-topology-operator-quay-io.yaml
165165
kustomize build config/installation/cert-manager/ > releases/messaging-topology-operator-with-certmanager.yaml
166-
$(YTT) -f releases/messaging-topology-with-certmanager.yaml -f config/ytt-overlays/change_deployment_image.yml --data-value operator_image=$(QUAY_IO_OPERATOR_IMAGE) > releases/messaging-topology-operator-with-certmanager-quay-io.yaml
166+
$(YTT) -f releases/messaging-topology-with-certmanager.yaml -f config/ytt_overlays/change_deployment_image.yml --data-value operator_image=$(QUAY_IO_OPERATOR_IMAGE) > releases/messaging-topology-operator-with-certmanager-quay-io.yaml
167167

168168
# Run go fmt against code
169169
fmt:

0 commit comments

Comments
 (0)