Fix a typo in a warning message
This commit is contained in:
parent
bfc8c62ffe
commit
27af5ab408
|
@ -110,7 +110,7 @@ module VagrantPlugins
|
||||||
# VirtualBox provider on the new VM.
|
# VirtualBox provider on the new VM.
|
||||||
if !self.customizations.empty?
|
if !self.customizations.empty?
|
||||||
warnings << "`config.vm.customize` calls are VirtualBox-specific. If you're\n" +
|
warnings << "`config.vm.customize` calls are VirtualBox-specific. If you're\n" +
|
||||||
"using any other provide, you'll have to find provider-specific configuration\n" +
|
"using any other provider, you'll have to find provider-specific configuration\n" +
|
||||||
"to translate to manually in your Vagrantfile."
|
"to translate to manually in your Vagrantfile."
|
||||||
|
|
||||||
new.vm.provider :virtualbox do |vb|
|
new.vm.provider :virtualbox do |vb|
|
||||||
|
|
Loading…
Reference in New Issue