mirror of
https://github.com/puppetlabs/vmfloaty.git
synced 2026-01-26 05:28:40 -05:00
Use correct variable for formatting hosts
This commit is contained in:
parent
a0b0016bcd
commit
e8094fb91d
1 changed files with 1 additions and 1 deletions
|
|
@ -43,7 +43,7 @@ class Utils
|
||||||
|
|
||||||
def self.prettyprint_hosts(hosts)
|
def self.prettyprint_hosts(hosts)
|
||||||
puts "Running VMs:"
|
puts "Running VMs:"
|
||||||
running_vms.each do |vm|
|
hosts.each do |vm|
|
||||||
puts "- #{vm}"
|
puts "- #{vm}"
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue