aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/git-multipush.rb
diff options
context:
space:
mode:
authorJack Nagel2013-06-28 20:32:12 -0500
committerJack Nagel2013-06-28 20:32:12 -0500
commitda54c723716435033c171ab853e8e132cbfe316f (patch)
tree4907def66177abb9e9735cc994054e0f656f9d16 /Library/Formula/git-multipush.rb
parent8896ac462d723d23f37be273a2c78eb9741ad5ee (diff)
downloadhomebrew-da54c723716435033c171ab853e8e132cbfe316f.tar.bz2
git-multipush: remove redundant revision spec
Diffstat (limited to 'Library/Formula/git-multipush.rb')
-rw-r--r--Library/Formula/git-multipush.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/git-multipush.rb b/Library/Formula/git-multipush.rb
index 431e6735a..e51e411e5 100644
--- a/Library/Formula/git-multipush.rb
+++ b/Library/Formula/git-multipush.rb
@@ -5,7 +5,7 @@ class GitMultipush < Formula
url 'http://git-multipush.googlecode.com/files/git-multipush-2.3.tar.bz2'
sha1 'a53f171af5e794afe9b1de6ccd9bd0661db6fd91'
- head 'https://github.com/gavinbeatty/git-multipush.git', :revision => 'HEAD'
+ head 'https://github.com/gavinbeatty/git-multipush.git'
depends_on 'asciidoc' => :build if build.head?