Skip to content

Commit 6eb627f

Browse files
Merge pull request #31 from prestamodule/patch-1
Patches: remove double $this->repo argument when building path
2 parents a87f820 + 9e0c87e commit 6eb627f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Api/Repositories/Users/Patches.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,6 @@ public function download(string $spec, array $params = [])
4646
*/
4747
protected function buildPatchesPath(string ...$parts)
4848
{
49-
return static::buildPath('repositories', $this->username, $this->repo, $this->repo, 'patch', ...$parts);
49+
return static::buildPath('repositories', $this->username, $this->repo, 'patch', ...$parts);
5050
}
5151
}

0 commit comments

Comments
 (0)