diff --git a/lib/vagrant/environment.rb b/lib/vagrant/environment.rb index 021eb47ae..4541c7e7a 100644 --- a/lib/vagrant/environment.rb +++ b/lib/vagrant/environment.rb @@ -153,7 +153,7 @@ module Vagrant # # @return [String] def inspect - "#<#{self.class}: #{@cwd}>" + "#<#{self.class}: #{@cwd}>".encode('external') end # Action runner for executing actions in the context of this environment.