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 committed Oct 28, 2024
1 parent 8a14077 commit f8b971f
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 f8b971f

Please sign in to comment.