Skip to content

Commit

Permalink
Merge pull request #7 from nolancon/chainsaw-path-fix
Browse files Browse the repository at this point in the history
Fix path for chainsaw download
negz authored Jul 3, 2024
2 parents c40a953 + 7ad7649 commit f67b099
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion makelib/k8s_tools.mk
Original file line number Diff line number Diff line change
@@ -174,7 +174,7 @@ $(KUTTL):
$(CHAINSAW):
@$(INFO) installing chainsaw $(CHAINSAW_VERSION)
@mkdir -p $(TOOLS_HOST_DIR)
@curl -fsSLo $(CHAINSAW).tar.gz --create-dirs https://github.com/kyverno/chainsaw/releases/download/v$(CHAINSAW_VERSION)/chainsaw_$(HOST_PLATFORM).tar.gz || $(FAIL)
@curl -fsSLo $(CHAINSAW).tar.gz --create-dirs https://github.com/kyverno/chainsaw/releases/download/v$(CHAINSAW_VERSION)/chainsaw_$(SAFEHOST_PLATFORM).tar.gz || $(FAIL)
@tar -xvf $(CHAINSAW).tar.gz chainsaw
@mv chainsaw $(CHAINSAW)
@chmod +x $(CHAINSAW)

0 comments on commit f67b099

Please sign in to comment.