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

Commit 895c8ca

Browse files
fix(delete): Fix typo in message for when no Scratch Orgs are found (#1283)
1 parent ef3ab27 commit 895c8ca

File tree

1 file changed

+1
-1
lines changed
  • packages/sfpowerscripts-cli/src/commands/sfpowerscripts/pool

1 file changed

+1
-1
lines changed

packages/sfpowerscripts-cli/src/commands/sfpowerscripts/pool/delete.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ export default class Delete extends SfpowerscriptsCommand {
131131
SFPLogger.log(table.toString(), LoggerLevel.INFO, new ConsoleLogger());
132132
} else {
133133
SFPLogger.log(
134-
`${COLOR_WARNING(`No Scratch Orgs were found to be operated upon, The command will now exist`)}`,
134+
`${COLOR_WARNING(`No Scratch Orgs were found to be operated upon, The command will now exit`)}`,
135135
LoggerLevel.INFO,
136136
new ConsoleLogger()
137137
);

0 commit comments

Comments
 (0)