diff --git a/lib/vagrant/util/downloader.rb b/lib/vagrant/util/downloader.rb index 2db2c56c7..14fa27247 100644 --- a/lib/vagrant/util/downloader.rb +++ b/lib/vagrant/util/downloader.rb @@ -11,7 +11,7 @@ module Vagrant class Downloader # Custom user agent provided to cURL so that requests to URL shorteners # are properly tracked. - USER_AGENT = "Vagrant cURL Downloader" + USER_AGENT = "Vagrant/#{VERSION}" def initialize(source, destination, options=nil) @logger = Log4r::Logger.new("vagrant::util::downloader")