Skip to content

Commit 7e772e2

Browse files
authored
Merge pull request #7153 from oscr/fix-makefile-target
🐛 Fix Makefile target
2 parents ca099ea + 6b64590 commit 7e772e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -748,7 +748,7 @@ manifest-modification: # Set the manifest images to the staging/production bucke
748748
$(MAKE) set-manifest-pull-policy PULL_POLICY=IfNotPresent TARGET_RESOURCE="./bootstrap/kubeadm/config/default/manager_pull_policy.yaml"
749749
$(MAKE) set-manifest-pull-policy PULL_POLICY=IfNotPresent TARGET_RESOURCE="./controlplane/kubeadm/config/default/manager_pull_policy.yaml"
750750

751-
.PHONE: manifest-modification-dev
751+
.PHONY: manifest-modification-dev
752752
manifest-modification-dev: # Set the manifest images to the staging bucket.
753753
$(MAKE) set-manifest-image \
754754
MANIFEST_IMG=$(REGISTRY)/$(CAPD_IMAGE_NAME) MANIFEST_TAG=$(RELEASE_TAG) \

0 commit comments

Comments
 (0)