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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -154,7 +154,7 @@ CommitAndPush() {
done done
# get the current commit sha # 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 # Load the error code
ERROR_CODE=$? ERROR_CODE=$?