Fixed minor typo in comment
This commit is contained in:
parent
cd3035e5e9
commit
f1993dfa19
|
@ -295,7 +295,7 @@ module Vagrant
|
|||
parts = result.stderr.split(/\n*curl:\s+\(\d+\)\s*/, 2)
|
||||
parts[1] ||= ""
|
||||
if parts[1].include? "416"
|
||||
# All good actually. 416 means there is no mory bytes to download
|
||||
# All good actually. 416 means there is no more bytes to download
|
||||
else
|
||||
raise Errors::DownloaderError,
|
||||
code: result.exit_code,
|
||||
|
|
Loading…
Reference in New Issue