@@ -11,7 +11,7 @@ |
||
11 | 11 | exit('Usage: php yabot.php [-h] [-f configFile]'.PHP_EOL); |
12 | 12 | } |
13 | 13 | |
14 | -$configFile = $options['f'] ?? __DIR__ . '/config.php'; |
|
14 | +$configFile = $options['f'] ?? __DIR__.'/config.php'; |
|
15 | 15 | $config = require $configFile; |
16 | 16 | echo "Using $configFile\n"; |
17 | 17 |