lib/cloudstack-cli/commands/domain.rb in cloudstack-cli-0.3.1 vs lib/cloudstack-cli/commands/domain.rb in cloudstack-cli-0.3.2
- old
+ new
@@ -2,10 +2,10 @@
desc 'list [NAME]', 'list domains'
def list(name = nil)
domains = client.list_domains(name)
if domains.size < 1
- puts "No domains found"
+ puts "No domains found."
else
table = [["Name", "Path"]]
domains.each do |domain|
table << [domain['name'], domain['path']]
end
\ No newline at end of file