This commit is contained in:
Jonathan Brown 2015-08-26 22:45:59 +00:00
commit 4e4c8522be

View file

@ -9,5 +9,5 @@ fi
# set gitCommit when running from a Git checkout.
if [ -f ".git/HEAD" ]; then
echo "-ldflags '-X main.gitCommit $(git rev-parse HEAD)'"
echo "-ldflags '-X main.gitCommit=$(git rev-parse HEAD)'"
fi