From 9236e4a7ecb0cb92c6b1b33ee6e47049ad08e264 Mon Sep 17 00:00:00 2001 From: Henrique Dias Date: Sat, 11 May 2019 22:06:10 +0100 Subject: [PATCH] fix commit sha --- wizard.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/wizard.sh b/wizard.sh index 93c554f9..c55f311b 100755 --- a/wizard.sh +++ b/wizard.sh @@ -3,7 +3,8 @@ set -e untracked="(untracked)" -REPO=$(cd $(dirname $0); pwd) +REPO=$(cd $(dirname $0); pwd)\ +COMMIT_SHA=$(git rev-parse --short HEAD) ASSETS="false" BINARY="false" RELEASE=""