Skip to content

Commit

Permalink
Fixing config
Browse files Browse the repository at this point in the history
  • Loading branch information
erikaheidi committed Nov 22, 2023
1 parent 8b19894 commit 9ecca29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion br/librarian
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ require __DIR__ . '/../vendor/autoload.php';
use Minicli\Exception\CommandNotFoundException;
use Minicli\App;

$app = new App(null, null, __DIR__);
$app = new App(require __DIR__ . '/config.php');
$app->setSignature('
_ ____ ____ ____ ____ ____ ____ ____ ____
| | | || \ | \ / || \ | | / || \
Expand Down

0 comments on commit 9ecca29

Please sign in to comment.