From dc3ca8455d54efe2056f3eabcbc4e5ed61a39fa6 Mon Sep 17 00:00:00 2001 From: Devin Nemec Date: Mon, 10 Aug 2020 09:03:53 -0500 Subject: [PATCH] fix typo --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index fba64f4..83b3ae9 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -37,4 +37,4 @@ git status git commit --message "Update from https://github.com/$GITHUB_REPOSITORY/commit/$GITHUB_SHA" echo "Pushing git commit" -git push -u rigin master +git push -u origin master