Delete trailing parenthesis

This commit is contained in:
Eduardo Ibanez 2020-07-28 21:32:30 -05:00 committed by GitHub
parent 637125d225
commit 807f8fa4f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,5 +25,5 @@ cp -r "$FOLDER"/* "$CLONE_DIR"
cd "$CLONE_DIR" cd "$CLONE_DIR"
git add . git add .
git commit --message "Update from https://github.com/$GITHUB_REPOSITORY/commit/$GITHUB_SHA)" git commit --message "Update from https://github.com/$GITHUB_REPOSITORY/commit/$GITHUB_SHA"
git push origin master git push origin master