diff --git a/lib/command.rb b/lib/command.rb index fa03493..8cff7e5 100644 --- a/lib/command.rb +++ b/lib/command.rb @@ -7,7 +7,7 @@ def self.synopsis def execute with_target_vms(nil, {:single_target=>true}) do |machine| - puts machine.guest.capability(:read_ip_address) + @env.ui.info(machine.guest.capability(:read_ip_address)) end end end