Merge pull request #2 from eibanez/master

Delete trailing parenthesis
This commit is contained in:
Carles Pina Estany 2020-07-29 10:02:31 +02:00 committed by GitHub
commit ece5884654
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"
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