lib/vagrant/vagrantfile.rb in vagrant-unbundled-2.2.14.0 vs lib/vagrant/vagrantfile.rb in vagrant-unbundled-2.2.16.0
- old
+ new
@@ -239,10 +239,10 @@
# NOTE: In cases where the box_meta file contains stale information
# and the reference box no longer exists, fall back to initial
# configuration and attempt to load that
if box.nil?
@logger.warn("Failed to locate #{config.vm.box} with version #{config.vm.box_version}")
- @logger.warn("Performing lookup with inital values #{initial_box} with version #{initial_version}")
+ @logger.warn("Performing lookup with initial values #{initial_box} with version #{initial_version}")
config.vm.box = original_box = initial_box
config.vm.box_version = original_box = initial_version
load_box_proc.call
end