Skip to content

Commit dcca11d

Browse files
committed
Makefile fix
Signed-off-by: Lou Marvin Caraig <[email protected]>
1 parent 62bf6c6 commit dcca11d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ OS := $(shell uname)
2121
PREV_BUILD_PATH := build-prev
2222
NEXT_BUILD_PATH := build-next
2323

24-
CURRENT_VERSION := $(shell git rev-parse --abbrev-ref HEAD)
24+
CURRENT_VERSION := $(shell git rev-parse HEAD)
2525

2626
# Latest non release candidate version
2727
PREV_VERSION ?= $(shell git describe --abbrev=0 --tags --exclude "*-rc*")

0 commit comments

Comments
 (0)