Skip to content

Commit

Permalink
Fix typo in BC layer of hosting:hook:deploy command
Browse files Browse the repository at this point in the history
  • Loading branch information
apfelbox committed Oct 24, 2024
1 parent 22c7ab7 commit baa430e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
3.2.2
=====

* (bug) Fix typo in BC layer of `hosting:hook:deploy` command.


3.2.1
=====

Expand Down
2 changes: 1 addition & 1 deletion src/Command/DeployHooksCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ protected function execute (InputInterface $input, OutputInterface $output) : in
$io->title("Run Deploy Hooks");

// @todo remove code block + alias in v4
if ("hosting:hook:build" !== $input->getFirstArgument())
if ("hosting:hook:deploy" !== $input->getFirstArgument())
{
$message = \sprintf(
"The command `%s` was deprecated. Use `hosting:hook:deploy` instead.",
Expand Down

0 comments on commit baa430e

Please sign in to comment.