Encode string representation of Environment object for seamless printing
This commit is contained in:
parent
bfe50e298e
commit
764be49b55
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue