it wants the long one... (#1313)

This commit is contained in:
Lukas Gravley 2021-03-05 09:41:45 -06:00 committed by GitHub
parent f1a03adaa9
commit c40b8e988f
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: 4AEE18F83AFDEB23

View file

@ -154,7 +154,7 @@ CommitAndPush() {
done
# get the current commit sha
COMMIT_SHA=$(git rev-parse --short HEAD 2>&1)
COMMIT_SHA=$(git rev-parse HEAD 2>&1)
# Load the error code
ERROR_CODE=$?