Skip to content

Commit

Permalink
suggest using the prefixed contao-setup binary
Browse files Browse the repository at this point in the history
  • Loading branch information
m-vo committed Feb 23, 2021
1 parent 1873bcc commit b1bd185
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manager-bundle/src/Composer/ScriptHandler.php
Expand Up @@ -38,7 +38,7 @@ public static function initializeApplication(Event $event): void

$event->getIO()->write(
sprintf(
'<warning>Please edit your root composer.json and set "%s" to "%s" instead of using "ScriptHandler::initializeApplication()".</warning>',
'<warning>Please edit your root composer.json and set "%s" to "@php vendor/bin/%s" instead of using "ScriptHandler::initializeApplication()".</warning>',
$event->getName(),
implode(' ', $command)
)
Expand Down

0 comments on commit b1bd185

Please sign in to comment.