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

Commit

Permalink
fix(delete): Fix typo in message for when no Scratch Orgs are found (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeffreyChaucer authored Mar 31, 2023
1 parent ef3ab27 commit 895c8ca
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit 895c8ca

Please sign in to comment.