summaryrefslogtreecommitdiff
path: root/tool
diff options
context:
space:
mode:
Diffstat (limited to 'tool')
-rw-r--r--tool/downloader.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/tool/downloader.rb b/tool/downloader.rb
index dce135587c..8ec8c966f9 100644
--- a/tool/downloader.rb
+++ b/tool/downloader.rb
@@ -153,7 +153,7 @@ class Downloader
if $VERBOSE # temporary, for debugging only
$stdout.puts "Downloader#download, url='#{url}', name='#{name}', dir='#{dir}', since='#{since}', options='#{options.inspect}'"
end
-
+
options = options.dup
url = URI(url)
dryrun = options.delete(:dryrun)