Wow, I'm really getting sloppy...

This commit is contained in:
Dylan K. Taylor 2022-06-08 13:51:15 +01:00
parent 0bb30b6201
commit 0a22e4606d
No known key found for this signature in database
GPG Key ID: 8927471A91CAFD3D

View File

@ -40,7 +40,7 @@ use function json_encode;
use function ksort;
use function scandir;
require __DIR__ . '/vendor/autoload.php';
require dirname(__DIR__) . '/vendor/autoload.php';
if(count($argv) !== 4){
\GlobalLogger::get()->error("Required arguments: path to mapping table, path to current schemas, path to output file");