diff --git a/lib/vagrant/util/downloader.rb b/lib/vagrant/util/downloader.rb index b61103d6f..2812dc3ab 100644 --- a/lib/vagrant/util/downloader.rb +++ b/lib/vagrant/util/downloader.rb @@ -89,7 +89,7 @@ module Vagrant extra_subprocess_opts[:notify] = :stderr progress_data = "" - progress_regexp = /^\r\s*(\d.+)\r$/m + progress_regexp = /^\r\s*(\d.+?)\r/m # Setup the proc that'll receive the real-time data from # the downloader.