Fixes an error in include path for a test command

This commit is contained in:
Christophe HENRY 2022-08-01 15:55:30 +02:00
parent 9bb14c4e03
commit a4879c929c
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
$fileName = $argv[1];
require_once dirname(__FILE__)."/../lib-htmgem.inc.php";
require_once dirname(__FILE__)."/../../lib-htmgem.inc.php";
$text = file_get_contents($fileName);
$parsedGemtext = \htmgem\gemtextParser($text);