mirror of
https://github.com/puppetlabs/vmfloaty.git
synced 2026-01-26 13:28:42 -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)
|
||||
puts "Running VMs:"
|
||||
running_vms.each do |vm|
|
||||
hosts.each do |vm|
|
||||
puts "- #{vm}"
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue