Skip to content
This repository was archived by the owner on Feb 20, 2021. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ If you try to use `wlist` without a `WLIST_CLIENT_ID` set, you’ll get gently n

$ bin/wlist inbox
Missing $WLIST_CLIENT_ID in environment
Visit https://developer.wunderlist.com/applications and create an app!
Visit https://developer.wunderlist.com/apps/new and create an app!

Likewise with the access token

Expand Down
2 changes: 1 addition & 1 deletion lib/wlist.rb
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def reverse_color; "\033[7m#{self}\033[27m" end
def client_id
return ENV['WLIST_CLIENT_ID'] if ENV['WLIST_CLIENT_ID']
puts "Missing $WLIST_CLIENT_ID in environment"
puts "Visit https://developer.wunderlist.com/applications and create an app!"
puts "Visit https://developer.wunderlist.com/apps/new and create an app!"
exit -1
end

Expand Down