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

Commit fc4af72

Browse files
authored
Merge pull request #85 from packethost/revert-makefile
clusterctl already has the logic to resolve the path
2 parents dbd00dd + 5126d03 commit fc4af72

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
@@ -129,7 +129,7 @@ RELEASE_MANIFEST := $(RELEASE_DIR)/infrastructure-components.yaml
129129
RELEASE_METADATA := $(RELEASE_DIR)/metadata.yaml
130130
RELEASE_CLUSTER_TEMPLATE := $(RELEASE_DIR)/cluster-template.yaml
131131
FULL_RELEASE_MANIFEST := $(FULL_RELEASE_DIR)/infrastructure-components.yaml
132-
FULL_RELEASE_MANIFEST_URL := $(REPO_URL)/releases/download/$(RELEASE_VERSION)/infrastructure-components.yaml
132+
FULL_RELEASE_MANIFEST_URL := $(REPO_URL)/releases/$(RELEASE_VERSION)/infrastructure-components.yaml
133133
FULL_RELEASE_CLUSTERCTLYAML := $(FULL_RELEASE_DIR)/clusterctl.yaml
134134
RELEASE_CLUSTERCTLYAML := $(RELEASE_BASE)/clusterctl-$(RELEASE_VERSION).yaml
135135

0 commit comments

Comments
 (0)