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.
1 parent 12dfdc8 commit 820d900Copy full SHA for 820d900
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