Skip to content

Commit

Permalink
Remove debug outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
manishval committed Mar 5, 2013
1 parent 5f40009 commit e96fcd9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,11 @@ To destroy an image

$ pearl image destroy -i <image id>

## TODO

* Format output instead of just printing the json response.
* Add SSH resource.

## Contributing

1. Fork it
Expand Down
2 changes: 1 addition & 1 deletion lib/pearl/cli.rb
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ def self.execute(*args)
exit
end

# Join command(s) to make it easier to catch using regex
command = args.join(' ')
puts command

case command.to_s
when /\Adroplets\z/i
Expand Down

0 comments on commit e96fcd9

Please sign in to comment.