Merge pull request #1402 from fgrehm/logger-typo
Fix typo on logging output
This commit is contained in:
commit
192c8f59e9
|
@ -216,7 +216,7 @@ module Vagrant
|
|||
def config_global
|
||||
return @config_global if @config_global
|
||||
|
||||
@logger.info("Initialzing config...")
|
||||
@logger.info("Initializing config...")
|
||||
|
||||
home_vagrantfile = nil
|
||||
root_vagrantfile = nil
|
||||
|
|
Loading…
Reference in New Issue