Skip to content

Commit

Permalink
update makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
falconcr committed Feb 28, 2025
1 parent b32dbdd commit 74b2b74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -505,7 +505,7 @@ website:
git checkout - README.md CONTRIBUTING.md CHANGELOG.md docs/ ;\
$(MAKE) website ;\
fi

.PHONY: version
version:
@echo $(VERSION)
Expand Down Expand Up @@ -632,4 +632,4 @@ define uninstall-prometheus
$(call stop-scraping,"name=k8gb",$1) ;\
$(call stop-scraping,"app=external-dns",$1) ;\
$(call stop-scraping,"app.kubernetes.io/name=coredns",$1)
endef
endef

0 comments on commit 74b2b74

Please sign in to comment.