Skip to content

Commit

Permalink
refactor: Move the init file template to the res directory
Browse files Browse the repository at this point in the history
  • Loading branch information
theofidry committed Jun 16, 2024
1 parent 631bf7a commit 932c311
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/Console/Command/InitCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 932c311

Please sign in to comment.