Skip to content

Commit fd101e1

Browse files
Fixed pipelines config variables endpoints
Closes #66
1 parent af50a50 commit fd101e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Api/Workspaces/PipelinesConfig/Variables.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,6 @@ public function remove(string $variable, array $params = [])
104104
*/
105105
protected function buildVariablesUri(string ...$parts)
106106
{
107-
return UriBuilder::build('workspaces', $this->workspace, 'pipelines_config', 'variables', ...$parts);
107+
return UriBuilder::build('workspaces', $this->workspace, 'pipelines-config', 'variables', ...$parts);
108108
}
109109
}

0 commit comments

Comments
 (0)