Skip to content

Commit

Permalink
Fix git fatal error in forks
Browse files Browse the repository at this point in the history
Signed-off-by: Stepan Kokhanovskiy <[email protected]>
  • Loading branch information
Stepan Kokhanovskiy committed Sep 16, 2023
1 parent 1c47050 commit 7feca6c
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 := $(shell git describe --tags --dirty)
Version := $(shell git describe --tags --dirty --always)
GitCommit := $(shell git rev-parse HEAD)
LDFLAGS := "-X main.version=$(Version) -X main.commit=$(GitCommit)"

Expand Down

0 comments on commit 7feca6c

Please sign in to comment.