Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/gruntworker.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Rebert <github@rebertia.com>2014-12-20 23:47:09 +0300
committerChris Rebert <github@rebertia.com>2014-12-20 23:47:09 +0300
commit838cae802485e40f9e7bd3b5b55493ffac95e2f0 (patch)
tree9a66a705d1a355c8aa376537f9ebeb17230d2e0a
parentf56d7c63ddba7a7ef4b46bd15e397cc03174809f (diff)
tweak commit message
-rwxr-xr-xgruntworker.py2
1 files changed, 1 insertions, 1 deletions
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))