Fix missing `end` in errors class

This commit is contained in:
Brian Cain 2018-10-12 09:16:36 -07:00
parent 5225b48e00
commit b1b829f69d
No known key found for this signature in database
GPG Key ID: 9FC4639B2E4510A0
1 changed files with 1 additions and 0 deletions

View File

@ -830,6 +830,7 @@ module Vagrant
class UploadSourceMissing < VagrantError
error_key(:upload_source_missing)
end
class UploaderError < VagrantError
error_key(:uploader_error)