summaryrefslogtreecommitdiff
path: root/utils/releasetools
diff options
context:
space:
mode:
authorantirez <antirez@gmail.com>2014-09-19 19:18:48 +0200
committerantirez <antirez@gmail.com>2014-09-19 19:18:48 +0200
commit5807558c981541e0d4087ae850d536c2dffac247 (patch)
tree056a3d33ec4204b63a8ae69224e41a9b1c6a3ca3 /utils/releasetools
parentf3107559bee963f1345956581f90722e7c79be81 (diff)
downloadredis-5807558c981541e0d4087ae850d536c2dffac247.tar.gz
03_release_hahs.sh: let me edit before committing.
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 c2b6c90d6..2c209257c 100755
--- a/utils/releasetools/03_release_hash.sh
+++ b/utils/releasetools/03_release_hash.sh
@@ -2,7 +2,7 @@
SHA=$(curl -s http://download.redis.io/releases/redis-${1}.tar.gz | shasum | cut -f 1 -d' ')
ENTRY="hash redis-${1}.tar.gz sha1 $SHA http://download.redis.io/releases/redis-${1}.tar.gz"
echo $ENTRY >> ~/hack/redis-hashes/README
-cat ~/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)