@cryptotaxi247 / kubo / commits / 317bc20f4

mk: fix commit string in version

License: MIT Signed-off-by: Dominic Della Valle <ddvpublic@gmail.com>

Dominic Della Valle committed Apr 26, 2018 at 11:45 UTC 317bc20f477c91578013a29ffcca359f511d74ed
1 file changed +1 -1
mk/git.mk
+1 -1
@@ -1 +1 @@
1 -git-commit:=$(shell git rev-parse --short HEAD 2>/dev/null)
1 +git-hash:=$(shell git rev-parse --short HEAD 2>/dev/null)