Skip to content

Commit 44d9fd2

Browse files
fixing file path/name
1 parent 5199d6e commit 44d9fd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ PLATFORM = $(OS)/$(ARCH)
1414
DIST = dist/$(PLATFORM)
1515
BIN = $(DIST)/$(BIN_NAME)
1616

17-
VERSION = $(shell ./build-scripts/version.sh version/version.go)
17+
VERSION = $(shell ./build-scripts/version.sh version/VERSION)
1818

1919
GIT_COMMIT?=$(shell git rev-parse --short HEAD)
2020
GIT_DIRTY?=$(shell test -n "`git status --porcelain`" && echo "+CHANGES" || true)

0 commit comments

Comments
 (0)