Skip to content

Commit 4446022

Browse files
committed
Fix user login in example.
1 parent d6599c8 commit 4446022

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/resources.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -277,8 +277,8 @@ def json(key)
277277
"additions" => 103,
278278
"deletions" => 21,
279279
"changes" => 124,
280-
"blob_url" => "https://github.com/octocate/Hello-World/blob/6dcb09b5b57875f334f61aebed695e2e4193db5e/file1.txt",
281-
"raw_url" => "https://github.com/octocate/Hello-World/raw/6dcb09b5b57875f334f61aebed695e2e4193db5e/file1.txt",
280+
"blob_url" => "https://github.com/octocat/Hello-World/blob/6dcb09b5b57875f334f61aebed695e2e4193db5e/file1.txt",
281+
"raw_url" => "https://github.com/octocat/Hello-World/raw/6dcb09b5b57875f334f61aebed695e2e4193db5e/file1.txt",
282282
"patch" => "@@ -132,7 +132,7 @@ module Test @@ -1000,7 +1000,7 @@ module Test"
283283
}
284284

0 commit comments

Comments
 (0)