Skip to content

Commit

Permalink
Fixes bug
Browse files Browse the repository at this point in the history
Signed-off-by: Mohammad Abdolirad <[email protected]>
  • Loading branch information
atkrad committed Mar 1, 2021
1 parent 3703cf6 commit a00f0b0
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 @@ -18,7 +18,7 @@ WAIT4X_BINARY_NAME ?= wait4x
WAIT4X_BUILD_OUTPUT ?= ${CURDIR}/bin

# commit ref slug used for `wait4x version`
WAIT4X_COMMIT_REF_SLUG ?= $(shell git symbolic-ref -q --short HEAD || git describe --tags --always)
WAIT4X_COMMIT_REF_SLUG ?= $(shell git symbolic-ref -q --short HEAD || git describe --tags)
# commit short SHA (8 char) used for `wait4x version`
WAIT4X_COMMIT_SHORT_SHA ?= $(shell git rev-parse --verify --short=8 HEAD)
# commit datetime used for `wait4x version`
Expand Down

0 comments on commit a00f0b0

Please sign in to comment.