Skip to content

Commit

Permalink
quote version path in make show-version
Browse files Browse the repository at this point in the history
  • Loading branch information
itchyny committed Aug 21, 2022
1 parent 647e498 commit 6b47ae1
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 @@ -45,7 +45,7 @@ install-debug: parser.go builtin.go

.PHONY: show-version
show-version: $(GOBIN)/gobump
@gobump show -r $(VERSION_PATH)
@gobump show -r "$(VERSION_PATH)"

$(GOBIN)/gobump:
@go install github.com/x-motemen/gobump/cmd/gobump@latest
Expand Down

0 comments on commit 6b47ae1

Please sign in to comment.