[dependabot ignore]
This commit is contained in:
Pascal Birchler 2025-08-15 10:01:02 +02:00
parent 2a7b94dc58
commit 341ac6f4a0
No known key found for this signature in database
GPG key ID: 0DECE73DD74E8B2F

View file

@ -108,7 +108,7 @@ class ScaffoldPackageCommand {

$package_root = dirname( __DIR__ );
$template_path = $package_root . '/templates/';
$wp_cli_yml = <<<EOT
$wp_cli_yml = <<<'EOT'
require:
- hello-world-command.php
EOT;