diff options
| author | Adam Vandenberg | 2012-04-18 19:37:43 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2012-04-19 21:06:00 -0700 |
| commit | 78de146651d6328d2d026d3825abca46011624ea (patch) | |
| tree | f0416ba26a81b9fd4b7930b4e0ec7e737f39d1bc /Library/Formula/redo.rb | |
| parent | 15b06c5ddc9fce5483c01b0f633fce3ec8253665 (diff) | |
| download | homebrew-78de146651d6328d2d026d3825abca46011624ea.tar.bz2 | |
Remove redundant :using specs
Diffstat (limited to 'Library/Formula/redo.rb')
| -rw-r--r-- | Library/Formula/redo.rb | 2 |
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 |
