Skip to content

Commit

Permalink
fix Makefile issue. Can't show version info
Browse files Browse the repository at this point in the history
  • Loading branch information
momaek committed Jul 21, 2023
1 parent 0bd09e0 commit 2039a31
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
@@ -1,4 +1,4 @@
Version=${$(git describe --tags)}
Version=$$(git describe --tags)
build_macOS_x86:
GOOS=darwin GOARCH=amd64 go build -ldflags "-X main.version=${Version}" -o formattag-macOS-amd64 main.go

Expand Down

0 comments on commit 2039a31

Please sign in to comment.