| @@ -17,7 +17,7 @@ | ||
| 17 | 17 | |
| 18 | 18 | $build = new SimpleXMLElement($projectDir . '/build.xml', 0, true); | 
| 19 | 19 | |
| 20 | -$file = $projectDir . '/' . $build['name']. '.phar'; | |
| 20 | +$file = $projectDir . '/' . $build['name'] . '.phar'; | |
| 21 | 21 | |
| 22 | 22 |  list($signature) = $build->xpath('//patched-pharpackage/@signature') + array(null); | 
| 23 | 23 | |