diff --git a/src/scoper.inc.php.tpl b/res/scoper.inc.php.tpl similarity index 100% rename from src/scoper.inc.php.tpl rename to res/scoper.inc.php.tpl diff --git a/src/Console/Command/InitCommand.php b/src/Console/Command/InitCommand.php index 63abda68..07b77e8b 100644 --- a/src/Console/Command/InitCommand.php +++ b/src/Console/Command/InitCommand.php @@ -33,7 +33,7 @@ final readonly class InitCommand implements Command { private const CONFIG_FILE_OPT = 'config'; - private const CONFIG_FILE_TEMPLATE = __DIR__.'/../../scoper.inc.php.tpl'; + private const CONFIG_FILE_TEMPLATE = __DIR__.'/../../../res/scoper.inc.php.tpl'; private const CONFIG_FILE_DEFAULT = 'scoper.inc.php'; public function __construct(