From 838cae802485e40f9e7bd3b5b55493ffac95e2f0 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Sat, 20 Dec 2014 12:47:09 -0800 Subject: tweak commit message --- gruntworker.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gruntworker.py b/gruntworker.py index f464470..b9ddde1 100755 --- a/gruntworker.py +++ b/gruntworker.py @@ -120,7 +120,7 @@ def main(): log("No files modified by grunt; Done.") return run_expecting_success([b'git', b'add', b'--'] + modified_files) - run_expecting_success([b'git', b'commit', b'-m', b"automatic grunt dist"]) + run_expecting_success([b'git', b'commit', b'-m', b"automatic `grunt dist`"]) push_or_err() except Exception: # pylint: disable=W0703 log("Resetting master branch & checkout back to commit {} ...".format(post_fetch_commit_sha)) -- cgit v1.2.3