mirror of
https://github.com/fluencelabs/redis
synced 2025-05-24 08:01:20 +00:00
03_release_hash.sh: fix commit stage.
This commit is contained in:
parent
07bd52113e
commit
eba1e652f4
@ -5,4 +5,4 @@ echo $ENTRY >> ~/hack/redis-hashes/README
|
|||||||
cat ~/hack/redis-hashes/README
|
cat ~/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 -m '${1} hash.'; git push)
|
(cd ~/hack/redis-hashes; git commit -a -m '${1} hash.'; git push)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user