summaryrefslogtreecommitdiff
path: root/utils/releasetools/03_release_hash.sh
diff options
context:
space:
mode:
Diffstat (limited to 'utils/releasetools/03_release_hash.sh')
-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)