@@ -12,7 +12,7 @@ |
||
12 | 12 | $json[ 'repositories' ] = [ |
13 | 13 | [ |
14 | 14 | 'type' => 'vcs', |
15 | - 'url' => 'https://github.com' . substr( $argv[3], 1 ) . '.git', |
|
15 | + 'url' => 'https://github.com'.substr( $argv[ 3 ], 1 ).'.git', |
|
16 | 16 | ], |
17 | 17 | ]; |
18 | 18 |