Fix comment formatting

This commit is contained in:
Brian Cain 2018-08-28 13:43:50 -07:00
parent 3c45acc35f
commit 9b385df4ec
No known key found for this signature in database
GPG Key ID: 9FC4639B2E4510A0
1 changed files with 2 additions and 1 deletions

View File

@ -118,7 +118,8 @@ module Vagrant
# If its any error other than 33, it is an error.
raise if e.extra_data[:code].to_i != 33
# Exit code 33 means that the server doesn't support ranges. # In this case, try again without resume.
# Exit code 33 means that the server doesn't support ranges.
# In this case, try again without resume.
@logger.error("Error is server doesn't support byte ranges. Retrying from scratch.")
@continue = false
retried = true