aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Homebrew')
-rw-r--r--Library/Homebrew/download_strategy.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/download_strategy.rb b/Library/Homebrew/download_strategy.rb
index c2b1096aa..691ed8736 100644
--- a/Library/Homebrew/download_strategy.rb
+++ b/Library/Homebrew/download_strategy.rb
@@ -336,7 +336,7 @@ class SubversionDownloadStrategy < AbstractDownloadStrategy
fetch_repo @co, @url, @ref
when :revisions
# nil is OK for main_revision, as fetch_repo will then get latest
- main_revision = @ref.delete :trunk
+ main_revision = @ref[:trunk]
fetch_repo @co, @url, main_revision, true
get_externals do |external_name, external_url|