1
0
mirror of https://github.com/RSS-Bridge/rss-bridge.git synced 2025-01-17 14:18:35 +01:00

Fix GitlabCommitsBridge.

This commit is contained in:
Teromene 2016-08-02 13:45:12 +02:00
parent a84f11aed8
commit fa7a053c65

View File

@ -14,7 +14,7 @@ class GitlabCommitsBridge extends BridgeAbstract{
$this->description = 'Returns the commits of a project hosted on a gitlab instance';
$this->update = '2016-06-19';
$this->parameters=
$this->parameters[] =
'[
{
"name" : "Base URI",
@ -27,7 +27,7 @@ class GitlabCommitsBridge extends BridgeAbstract{
{
"name" : "Project name",
"identifier" : "p"
}
},
{
"name" : "Project branch",
"identifier" : "b"