@@ -37,7 +37,7 @@ |
||
37 | 37 | $json[ 'repositories' ] = [ |
38 | 38 | [ |
39 | 39 | 'type' => 'vcs', |
40 | - 'url' => 'https://github.com' . substr( $params[ 3 ], 1 ) . '.git', |
|
40 | + 'url' => 'https://github.com'.substr( $params[ 3 ], 1 ).'.git', |
|
41 | 41 | ], |
42 | 42 | ]; |
43 | 43 |