diff options
author | antirez <antirez@gmail.com> | 2014-09-19 19:20:15 +0200 |
---|---|---|
committer | antirez <antirez@gmail.com> | 2014-09-19 19:20:15 +0200 |
commit | d61e820fafa2b057c70720a8e4c5bf23c1603260 (patch) | |
tree | ba3b4baffd652a9ffc960b1be44795fc343bdbc4 /utils | |
parent | 5807558c981541e0d4087ae850d536c2dffac247 (diff) | |
download | redis-d61e820fafa2b057c70720a8e4c5bf23c1603260.tar.gz |
Fix 03_release_hash.sh commit message.
Diffstat (limited to 'utils')
-rwxr-xr-x | utils/releasetools/03_release_hash.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/releasetools/03_release_hash.sh b/utils/releasetools/03_release_hash.sh index 2c209257c..df082149a 100755 --- a/utils/releasetools/03_release_hash.sh +++ b/utils/releasetools/03_release_hash.sh @@ -5,4 +5,4 @@ echo $ENTRY >> ~/hack/redis-hashes/README vi ~/hack/redis-hashes/README echo "Press any key to commit, Ctrl-C to abort)." read yes -(cd ~/hack/redis-hashes; git commit -a -m '${1} hash.'; git push) +(cd ~/hack/redis-hashes; git commit -a -m "${1} hash."; git push) |