Skip to content
This repository has been archived by the owner on Mar 18, 2024. It is now read-only.

Chore(delete): Fix typo in message for when no Scratch Orgs are found #1283

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ export default class Delete extends SfpowerscriptsCommand {
SFPLogger.log(table.toString(), LoggerLevel.INFO, new ConsoleLogger());
} else {
SFPLogger.log(
`${COLOR_WARNING(`No Scratch Orgs were found to be operated upon, The command will now exist`)}`,
`${COLOR_WARNING(`No Scratch Orgs were found to be operated upon, The command will now exit`)}`,
LoggerLevel.INFO,
new ConsoleLogger()
);
Expand Down