Skip to content

Commit 820d900

Browse files
committed
Fix minor typo in filename
1 parent 12dfdc8 commit 820d900

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)