Skip to content

Commit

Permalink
fix: bundle name again
Browse files Browse the repository at this point in the history
  • Loading branch information
mshanemc committed Aug 24, 2022
1 parent 7ef817f commit bd64625
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/hello/org.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Messages.importMessagesDirectory(__dirname);

// Load the specific messages for this file. Messages from @salesforce/command, @salesforce/core,
// or any library that is using the messages framework can also be loaded this way.
const messages = Messages.loadMessages('@salesforce/testPlugin117', 'org');
const messages = Messages.loadMessages('@salesforce/tes-plugin117', 'org');

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

0 comments on commit bd64625

Please sign in to comment.