Skip to content

Commit c15a604

Browse files
Merge branch 'develop' into MCLOUD-13145
2 parents 6a26c05 + 5356cb7 commit c15a604

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Command/ConfigCreate.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ protected function configure(): void
5858
$this->setName(static::NAME)
5959
->setDescription(
6060
'Creates a `.magento.env.yaml` file with the specified build, deploy, and post-deploy variable ' .
61-
'configuration. Overwrites any existing `.magento,.env.yaml` file.'
61+
'configuration. Overwrites any existing `.magento.env.yaml` file.'
6262
)
6363
->addArgument(
6464
self::ARG_CONFIGURATION,

0 commit comments

Comments
 (0)