Skip to content

Commit

Permalink
easy fix for dyoder#23
Browse files Browse the repository at this point in the history
  • Loading branch information
cflores committed Apr 4, 2012
1 parent 76edb64 commit 08927d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/befog/commands/list.rb
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ def list_bank(name, indent="")
banks[name]["servers"].each do |id|
c = compute(configuration["provider"])
s = c.servers.get(id)
out << "- #{s.flavor_id} #{s.dns_name} #{s.state}"
out << "- #{id} #{s.flavor_id} #{s.dns_name} #{s.state}"
end
$stdout.puts out.join("\n#{indent}")
end
Expand Down

0 comments on commit 08927d0

Please sign in to comment.