From 807f8fa4f78915bdf978c1bccc1847c3ab7056c9 Mon Sep 17 00:00:00 2001 From: Eduardo Ibanez Date: Tue, 28 Jul 2020 21:32:30 -0500 Subject: [PATCH] Delete trailing parenthesis --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index 3bd1f79..cdbb5d7 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -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