aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/redo.rb
diff options
context:
space:
mode:
authorAdam Vandenberg2012-04-18 19:37:43 -0700
committerAdam Vandenberg2012-04-19 21:06:00 -0700
commit78de146651d6328d2d026d3825abca46011624ea (patch)
treef0416ba26a81b9fd4b7930b4e0ec7e737f39d1bc /Library/Formula/redo.rb
parent15b06c5ddc9fce5483c01b0f633fce3ec8253665 (diff)
downloadhomebrew-78de146651d6328d2d026d3825abca46011624ea.tar.bz2
Remove redundant :using specs
Diffstat (limited to 'Library/Formula/redo.rb')
-rw-r--r--Library/Formula/redo.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/redo.rb b/Library/Formula/redo.rb
index e50126923..1c365c9e3 100644
--- a/Library/Formula/redo.rb
+++ b/Library/Formula/redo.rb
@@ -1,7 +1,7 @@
require 'formula'
class RedoDocs < Formula
- head 'https://github.com/apenwarr/redo.git', {:using => :git, :branch => 'man' }
+ head 'https://github.com/apenwarr/redo.git', :branch => 'man'
version 'foo'
end