Skip to content

Commit d9bf8af

Browse files
committed
Gitlab: fix trivial syntax error which prevents the installation of the plugin
Signed-off-by: Michael Heimpold <[email protected]>
1 parent 3d29ee6 commit d9bf8af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SourceGitlab/SourceGitlab.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ public function register() {
2222
$this->version = '1.0.4';
2323
$this->requires = array(
2424
'MantisCore' => '1.3.0',
25-
'Source' => '1.3.0,
25+
'Source' => '1.3.0',
2626
);
2727

2828
$this->author = 'Johannes Goehr';

0 commit comments

Comments
 (0)