Skip to content

Commit

Permalink
fix: npm package name in msg bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
mshanemc committed Aug 24, 2022
1 parent 65ec923 commit 4b9d34d
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('testPlugin117', 'org');
const messages = Messages.loadMessages('@salesforce/testPlugin117', 'org');

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

0 comments on commit 4b9d34d

Please sign in to comment.