From 9f485ac8592aa15bb6f98f1d3aa7fbe40adf066e Mon Sep 17 00:00:00 2001 From: Marc Young Date: Mon, 29 Apr 2024 09:48:09 -0600 Subject: [PATCH] Fixed comment on command. --- blt/src/Blt/Plugin/Commands/GryphonCommands.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blt/src/Blt/Plugin/Commands/GryphonCommands.php b/blt/src/Blt/Plugin/Commands/GryphonCommands.php index 367379079..3e6571154 100644 --- a/blt/src/Blt/Plugin/Commands/GryphonCommands.php +++ b/blt/src/Blt/Plugin/Commands/GryphonCommands.php @@ -87,7 +87,7 @@ public function roleReport($role) * Provisioning a site. * * @command gryphon:provision - * @description This is command to show provision URLs. + * @description This is command to populate URLs by scafoliding the multisite and designating URLs on Acquia. */ public function provision($sitename): void { if (empty($sitename)) {