We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6a26c05 + 5356cb7 commit c15a604Copy full SHA for c15a604
src/Command/ConfigCreate.php
@@ -58,7 +58,7 @@ protected function configure(): void
58
$this->setName(static::NAME)
59
->setDescription(
60
'Creates a `.magento.env.yaml` file with the specified build, deploy, and post-deploy variable ' .
61
- 'configuration. Overwrites any existing `.magento,.env.yaml` file.'
+ 'configuration. Overwrites any existing `.magento.env.yaml` file.'
62
)
63
->addArgument(
64
self::ARG_CONFIGURATION,
0 commit comments