Completed
Push — master ( 95b7c3...8ed961 )
by Dan
02:21
created
yabot.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -11,7 +11,7 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.