Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
muflax committed Sep 11, 2012
1 parent 8c4fd4a commit ed93114
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions bin/beemind
Expand Up @@ -55,8 +55,6 @@ end
# login
bee = Beeminder::User.new opts[:token]

p bee

if opts[:list]
# list all available goals
puts "available goals:"
Expand Down
2 changes: 1 addition & 1 deletion lib/beeminder/goals.rb
Expand Up @@ -58,7 +58,7 @@ def initialize user, name_or_info
@user = user

info =
case name
case name_or_info
when String
@user.get "users/me/goals/#{name_or_info}.json"
when Hash
Expand Down

0 comments on commit ed93114

Please sign in to comment.