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

View File

@@ -25,5 +25,5 @@ cp -r "$FOLDER"/* "$CLONE_DIR"
cd "$CLONE_DIR"
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