From f4dbd86fc1355bea1502540c1736f50d25173754 Mon Sep 17 00:00:00 2001 From: Alexander Turiak Date: Wed, 14 Aug 2024 14:55:43 +0200 Subject: [PATCH] Fix minor typo in filename --- src/Command/ConfigCreate.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Command/ConfigCreate.php b/src/Command/ConfigCreate.php index 0747d5627..5f7f987be 100644 --- a/src/Command/ConfigCreate.php +++ b/src/Command/ConfigCreate.php @@ -58,7 +58,7 @@ protected function configure(): void $this->setName(static::NAME) ->setDescription( 'Creates a `.magento.env.yaml` file with the specified build, deploy, and post-deploy variable ' . - 'configuration. Overwrites any existing `.magento,.env.yaml` file.' + 'configuration. Overwrites any existing `.magento.env.yaml` file.' ) ->addArgument( self::ARG_CONFIGURATION,