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

Commit 278c353

Browse files
committed
Merge pull request #93 from sigmavirus24/master
Fix specified default parameter value
2 parents 2f00382 + 2434d00 commit 278c353

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

content/v3/repos.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ List public repositories for the specified user.
3030
### Parameters
3131

3232
type
33-
: `all`, `owner`, `member`. Default: `public`.
33+
: `all`, `owner`, `member`. Default: `all`.
3434

3535
## List organization repositories.
3636

lib/resources.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ def json(key)
156156
"name" => "master",
157157
"commit" => {
158158
"sha" => "6dcb09b5b57875f334f61aebed695e2e4193db5e",
159-
"url" => "https://api.github.com/octocat/Hello-World/commits/c5b97d5ae6c19d5c5df71a34c7fbeeda2479ccbc"
159+
"url" => "https://api.github.com/repos/octocat/Hello-World/commits/c5b97d5ae6c19d5c5df71a34c7fbeeda2479ccbc"
160160
}
161161
}
162162

0 commit comments

Comments
 (0)