Skip to content

Commit

Permalink
Makefile fix
Browse files Browse the repository at this point in the history
Signed-off-by: Lou Marvin Caraig <loumarvincaraig@gmail.com>
  • Loading branch information
se7entyse7en committed Mar 22, 2019
1 parent 62bf6c6 commit dcca11d
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 @@ -21,7 +21,7 @@ OS := $(shell uname)
PREV_BUILD_PATH := build-prev
NEXT_BUILD_PATH := build-next

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

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

0 comments on commit dcca11d

Please sign in to comment.