Fix typo in config.rb.

This commit is contained in:
Brian Johnson 2013-06-20 13:48:29 -07:00
parent 4ce7cd498e
commit beeae8d0f7
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ module VagrantPlugins
def finalize!
@enabled = false if @enabled == UNSET_VALUE
@manage_host = false if @managed_host == UNSET_VALUE
@manage_host = false if @manage_host == UNSET_VALUE
@ignore_private_ip = false if @ignore_private_ip == UNSET_VALUE
@include_offline = false if @include_offline == UNSET_VALUE
@aliases = [ @aliases ].flatten