Fix typo on logging output
This commit is contained in:
parent
0b9589a0fa
commit
54e0c37dbf
|
@ -216,7 +216,7 @@ module Vagrant
|
||||||
def config_global
|
def config_global
|
||||||
return @config_global if @config_global
|
return @config_global if @config_global
|
||||||
|
|
||||||
@logger.info("Initialzing config...")
|
@logger.info("Initializing config...")
|
||||||
|
|
||||||
home_vagrantfile = nil
|
home_vagrantfile = nil
|
||||||
root_vagrantfile = nil
|
root_vagrantfile = nil
|
||||||
|
|
Loading…
Reference in New Issue