Skip to content

Commit

Permalink
Makefile: fix .PHONY name
Browse files Browse the repository at this point in the history
Signed-off-by: Eguzki Astiz Lezaun <[email protected]>
  • Loading branch information
eguzki authored and maleck13 committed Oct 30, 2024
1 parent e282a9d commit 4b4e501
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -528,7 +528,7 @@ prepare-release: ## Generates a makefile that will override environment variable
$(MAKE) bundle
$(MAKE) helm-build VERSION=$(VERSION)

.PHONY: read-version
.PHONY: read-release-version
read-release-version: ## Reads release version
@echo "v$(VERSION)"

Expand Down

0 comments on commit 4b4e501

Please sign in to comment.