Skip to content

Commit 0746ae3

Browse files
ederuiterm1guelpf
authored andcommitted
fix Projects::removeShare (service/ was used instead of share/)
1 parent 547f69e commit 0746ae3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Gitlab/Api/Projects.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -828,7 +828,7 @@ public function addShare($project_id, array $parameters = [])
828828
*/
829829
public function removeShare($project_id, $group_id)
830830
{
831-
return $this->delete($this->getProjectPath($project_id, 'services/'.$group_id));
831+
return $this->delete($this->getProjectPath($project_id, 'share/' . $group_id));
832832
}
833833

834834
/**

0 commit comments

Comments
 (0)