Skip to content

Commit

Permalink
fix: correct statusCommand description
Browse files Browse the repository at this point in the history
  • Loading branch information
mshanemc committed Sep 14, 2021
1 parent 8ef5883 commit b834a2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/force/source/status.ts
Expand Up @@ -19,7 +19,7 @@ export interface StatusResult {
}

Messages.importMessagesDirectory(__dirname);
const messages: Messages = Messages.loadMessages('@salesforce/source-tracking', 'source_push');
const messages: Messages = Messages.loadMessages('@salesforce/source-tracking', 'status');

export default class SourceStatus extends SfdxCommand {
public static description = messages.getMessage('statusCommandCliDescription');
Expand Down

0 comments on commit b834a2f

Please sign in to comment.