summaryrefslogtreecommitdiff
path: root/utils/releasetools
diff options
context:
space:
mode:
authorantirez <antirez@gmail.com>2014-09-19 19:20:15 +0200
committerantirez <antirez@gmail.com>2014-09-19 19:20:15 +0200
commitd61e820fafa2b057c70720a8e4c5bf23c1603260 (patch)
treeba3b4baffd652a9ffc960b1be44795fc343bdbc4 /utils/releasetools
parent5807558c981541e0d4087ae850d536c2dffac247 (diff)
downloadredis-d61e820fafa2b057c70720a8e4c5bf23c1603260.tar.gz
Fix 03_release_hash.sh commit message.
Diffstat (limited to 'utils/releasetools')
-rwxr-xr-xutils/releasetools/03_release_hash.sh2
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)