diff --git a/Makefile b/Makefile index d2741fdd..04c2d7a7 100644 --- a/Makefile +++ b/Makefile @@ -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