Skip to content

Commit 5356cb7

Browse files
Merge pull request #170 from magento-commerce/MCLOUD-13299
Fix minor typo in filename
2 parents 12dfdc8 + 820d900 commit 5356cb7

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)