Skip to content
This repository was archived by the owner on Nov 1, 2017. It is now read-only.

Commit e3b8169

Browse files
committed
Merge pull request #680 from github/jdennes/fix-syntax-error
Syntax fix for code snippet in guide
2 parents fca205a + c0c5f57 commit e3b8169

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

content/guides/basics-of-authentication.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,7 @@ the logged in user:
174174
auth_result['private_emails'] =
175175
JSON.parse(RestClient.get('https://api.github.com/user/emails',
176176
{:params => {:access_token => access_token}}))
177+
end
177178

178179
erb :basic, :locals => auth_result
179180

0 commit comments

Comments
 (0)