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(', ')}` ) ); }