diff options
| author | Adam Vandenberg | 2009-11-22 21:30:30 -0800 |
|---|---|---|
| committer | Max Howell | 2009-12-17 16:27:10 +0000 |
| commit | 6435413656fa81e13072c801d4433267d01c1e15 (patch) | |
| tree | d2c0884443735d701ebb1b604c5f0ef8de9ca805 /Library/Homebrew | |
| parent | a4ed7ff619eaae7a2953dfa9ca1a09cd668f4081 (diff) | |
| download | brew-6435413656fa81e13072c801d4433267d01c1e15.tar.bz2 | |
Mercurial - use post-fix if
Diffstat (limited to 'Library/Homebrew')
| -rw-r--r-- | Library/Homebrew/download_strategy.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/download_strategy.rb b/Library/Homebrew/download_strategy.rb index 06942cc0b..d8900af89 100644 --- a/Library/Homebrew/download_strategy.rb +++ b/Library/Homebrew/download_strategy.rb @@ -243,7 +243,7 @@ class MercurialDownloadStrategy <AbstractDownloadStrategy url=@url.sub(%r[^hg://], '') unless @clone.exist? - safe_system 'hg', 'clone', url, @clone + safe_system 'hg', 'clone', *checkout_args else puts "Updating #{@clone}" Dir.chdir(@clone) { safe_system 'hg', 'update' } |
