From b55276725de0d16aee788a2a57e57eaf10f2a6c3 Mon Sep 17 00:00:00 2001 From: Joe Danziger Date: Wed, 4 Jun 2025 14:17:54 -0400 Subject: [PATCH] update wording --- scripts/modules/commands.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/modules/commands.js b/scripts/modules/commands.js index f12f5029..ddd7c759 100644 --- a/scripts/modules/commands.js +++ b/scripts/modules/commands.js @@ -2959,7 +2959,7 @@ Examples: if (successfulRemovals.length > 0) { console.log( chalk.green( - `\nSuccessfully removed rules for: ${successfulRemovals.join(', ')}` + `\nSuccessfully removed profiles for: ${successfulRemovals.join(', ')}` ) ); }