We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90c1c16 commit be54918Copy full SHA for be54918
src/github.rs
@@ -117,7 +117,7 @@ impl<'a> ToUrl for SingleCommitUrl<'a> {
117
// HEAD commit as the end commit in this case
118
if self.sha == "origin/master" {
119
format!(
120
- "https://api.github.com/repos/{OWNER}/{REPO}/commits/HEAD",
+ "https://api.github.com/repos/{OWNER}/{REPO}/commits/master",
121
OWNER = OWNER,
122
REPO = REPO,
123
)
0 commit comments