@@ -8,7 +8,7 @@ |
||
| 8 | 8 | * @link https://github.com/kenjis/ci-phpunit-test |
| 9 | 9 | */ |
| 10 | 10 | |
| 11 | -require __DIR__ . '/lib/Installer.php'; |
|
| 11 | +require __DIR__.'/lib/Installer.php'; |
|
| 12 | 12 | |
| 13 | 13 | $installer = new Installer($argv); |
| 14 | 14 | $installer->update(); |