Skip to content

Commit 262ebe3

Browse files
committed
Fix typo in sample
1 parent d6d8ec7 commit 262ebe3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/google/api_client/auth/installed_app.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ class APIClient
2626
# client = Google::APIClient.new
2727
# flow = Google::APIClient::InstalledAppFlow.new(
2828
# :client_id => '691380668085.apps.googleusercontent.com',
29-
# :client_secret => '...,
29+
# :client_secret => '...',
3030
# :scope => 'https://www.googleapis.com/auth/drive'
3131
# )
3232
# client.authorization = flow.authorize

0 commit comments

Comments
 (0)