Commit d61e820f authored by antirez's avatar antirez
Browse files

Fix 03_release_hash.sh commit message.

parent 5807558c
...@@ -5,4 +5,4 @@ echo $ENTRY >> ~/hack/redis-hashes/README ...@@ -5,4 +5,4 @@ echo $ENTRY >> ~/hack/redis-hashes/README
vi ~/hack/redis-hashes/README vi ~/hack/redis-hashes/README
echo "Press any key to commit, Ctrl-C to abort)." echo "Press any key to commit, Ctrl-C to abort)."
read yes 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)
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment