Skip to content

Commit

Permalink
fix atmos pkg version (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
Cerebrovinny authored Oct 29, 2024
1 parent cf963b8 commit 7cf3356
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 @@ -18,7 +18,7 @@ get:
go get

build: get
env GOOS=${GOOS} GOARCH=${GOARCH} go build -o build/atmos -v -ldflags "-X 'github.com/cloudposse/atmos/cmd.Version=${VERSION}'"
env GOOS=${GOOS} GOARCH=${GOARCH} go build -o build/atmos -v -ldflags "-X 'github.com/cloudposse/atmos/pkg/version.Version=${VERSION}'"

version: build
chmod +x ./build/atmos
Expand Down

0 comments on commit 7cf3356

Please sign in to comment.