Skip to content
This repository has been archived by the owner on Sep 7, 2021. It is now read-only.

Commit

Permalink
output via Vagrant API
Browse files Browse the repository at this point in the history
  • Loading branch information
mkuzmin committed Jan 5, 2015
1 parent 7751049 commit 0df99b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/command.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0df99b8

Please sign in to comment.