From c0041776d8a7d1689a4e4d7d1b2b4a4e8770e95d Mon Sep 17 00:00:00 2001 From: Nick Reilingh Date: Mon, 9 Dec 2024 17:13:31 -0500 Subject: [PATCH] ArtCommane: art:list incorrect capitalization fixed (#2654) --- src/Commands/ArtCommand.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Commands/ArtCommand.php b/src/Commands/ArtCommand.php index e3692574f..3b8537734 100644 --- a/src/Commands/ArtCommand.php +++ b/src/Commands/ArtCommand.php @@ -39,7 +39,7 @@ class ArtCommand extends TerminusCommand 'description' => 'A wonderful unicorn', ], 'wordpress' => [ - 'name' => 'wordPress', + 'name' => 'wordpress', 'description' => 'The WordPress logo', ], ];