Skip to content

Commit

Permalink
Fix 03_release_hash.sh commit message.
Browse files Browse the repository at this point in the history
  • Loading branch information
antirez committed Sep 19, 2014
1 parent 5807558 commit d61e820
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/releasetools/03_release_hash.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit d61e820

Please sign in to comment.