diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/go.rb | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/Library/Formula/go.rb b/Library/Formula/go.rb index 02099441e..d284aae7d 100644 --- a/Library/Formula/go.rb +++ b/Library/Formula/go.rb @@ -6,18 +6,10 @@ class Go < Formula version '1' sha1 '6023623d083db1980965335b8ac4fa8b428fa484' - if ARGV.include? "--use-git" - head 'https://github.com/tav/go.git' - else - head 'http://go.googlecode.com/hg/' - end + head 'http://go.googlecode.com/hg/' skip_clean 'bin' - def options - [["--use-git", "Use git mirror instead of official hg repository"]] - end - def install prefix.install Dir['*'] |
