Skip to content

Commit ce5b195

Browse files
committed
fix "example" directory spelling
1 parent 97290da commit ce5b195

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
File renamed without changes.

exmaple/config.ru renamed to example/config.ru

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ use Rack::Session::Cookie
2222

2323
use OmniAuth::Builder do
2424
provider :fitbit_oauth2, ENV['FITBIT_CLIENT_ID'], ENV['FITBIT_CLIENT_SECRET'],
25-
:scope => 'activity sleep'
25+
:scope => 'profile activity sleep'
2626
end
2727

2828
run App.new

0 commit comments

Comments
 (0)