Skip to content

Commit

Permalink
initi
Browse files Browse the repository at this point in the history
  • Loading branch information
iruzevic committed May 15, 2024
1 parent 4648e3b commit d9422d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Init/InitPluginSetupCli.php
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ public function __invoke(array $args, array $assocArgs)

$this->cliLog('--------------------------------------------------', 'C');
$this->cliLog("Changing the setup plugin main PHP file to the new plugin name {$textdomain}.php", 'C');
\rename(Helpers::joinPaths([$destionation, 'eightshift-boilerplate-plugin.php']), Helpers::joinPaths([$newDestionation, "{$textdomain}.php"])); // phpcs:ignore WordPress.WP.AlternativeFunctions.rename_rename
\rename(Helpers::joinPaths([$destionation, 'eightshift-boilerplate-plugin.php']), Helpers::joinPaths([$destionation, "{$textdomain}.php"])); // phpcs:ignore WordPress.WP.AlternativeFunctions.rename_rename

$this->cliLog('--------------------------------------------------', 'C');
$this->cliLog("Changing the setup plugin to the new plugin with name {$textdomain}", 'C');
Expand Down

0 comments on commit d9422d0

Please sign in to comment.