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}