Skip to content
This repository has been archived by the owner on Mar 30, 2020. It is now read-only.

Commit

Permalink
Remove colons.
Browse files Browse the repository at this point in the history
Signed-off-by: Bodaniel Jeanes <me@bjeanes.com>
  • Loading branch information
radar authored and bjeanes committed Sep 2, 2009
1 parent e32be5c commit 63e0e53
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/ghost
Expand Up @@ -77,13 +77,13 @@ else
Host.empty!
puts "Done."
exit 0
when 'export':
when 'export'
hosts = Host.list
hosts.each do |host|
puts "#{host.name} #{host.ip}"
end
exit 0
when 'import':
when 'import'
if ARGV.size == 2
begin
File.foreach(ARGV[1]) do |line|
Expand Down

0 comments on commit 63e0e53

Please sign in to comment.