mirror of
https://github.com/puppetlabs/vmfloaty.git
synced 2026-01-25 21:28:40 -05:00
Fixup how vms are printed on list command
This commit is contained in:
parent
6447a5f217
commit
53f3c7db03
1 changed files with 1 additions and 1 deletions
|
|
@ -51,7 +51,7 @@ class Utils
|
|||
lifetime = vm_info[vm]['lifetime']
|
||||
running = vm_info[vm]['running']
|
||||
|
||||
puts "- #{vm}#{domain} (#{running}/#{lifetime} hours)"
|
||||
puts "- #{vm}.#{domain} (#{template}, #{running}/#{lifetime} hours)"
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue