Skip to content

Commit

Permalink
fix plural version
Browse files Browse the repository at this point in the history
  • Loading branch information
zreigz committed Oct 2, 2024
1 parent 1807416 commit 55b78e7
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 @@ -14,7 +14,7 @@ DKR_HOST ?= dkr.plural.sh
GOOS ?= darwin
GOARCH ?= arm64
GOLANG_CROSS_VERSION ?= v1.22.0
PACKAGE ?= github.com/pluralsh/plural
PACKAGE ?= github.com/pluralsh/plural-cli
BASE_LDFLAGS ?= -s -w
LDFLAGS ?= $(BASE_LDFLAGS) $\
-X "$(PACKAGE)/pkg/common.Version=$(APP_VSN)" $\
Expand Down

0 comments on commit 55b78e7

Please sign in to comment.