From c083f3a86e88d54dc9ac9ede13e16de6481d9020 Mon Sep 17 00:00:00 2001 From: Liam Waldron Date: Wed, 7 Jun 2023 11:19:25 -0400 Subject: [PATCH] epush --- tools/epush | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/epush b/tools/epush index 5479266..4a45f97 100755 --- a/tools/epush +++ b/tools/epush @@ -24,5 +24,5 @@ if [ "${COMMIT_MSG}" = "" ]; then fi git add ${FILES} -git commit -m ${1} +git commit -m ${COMMIT_MSG} git push origin ${BRANCH}