Fix missing `end` in errors class
This commit is contained in:
parent
5225b48e00
commit
b1b829f69d
|
@ -830,6 +830,7 @@ module Vagrant
|
||||||
|
|
||||||
class UploadSourceMissing < VagrantError
|
class UploadSourceMissing < VagrantError
|
||||||
error_key(:upload_source_missing)
|
error_key(:upload_source_missing)
|
||||||
|
end
|
||||||
|
|
||||||
class UploaderError < VagrantError
|
class UploaderError < VagrantError
|
||||||
error_key(:uploader_error)
|
error_key(:uploader_error)
|
||||||
|
|
Loading…
Reference in New Issue