Skip to content

Commit

Permalink
fix(login): fix bundle pathway used in org login
Browse files Browse the repository at this point in the history
  • Loading branch information
azlam-abdulsalam committed Mar 6, 2024
1 parent 1bf52e2 commit 9161f3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/sfp-cli/src/commands/org/login/url.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import fs from 'fs/promises';
Messages.importMessagesDirectory(__dirname);


const messages = Messages.loadMessages('@flxblio/sfp', 'org_login_url');
const messages = Messages.loadMessages('@flxbl-io/sfp', 'org_login_url');
const AUTH_URL_FORMAT = 'force://<clientId>:<clientSecret>:<refreshToken>@<instanceUrl>';

export default class OrgLoginUrl extends SfpCommand {
Expand Down

0 comments on commit 9161f3f

Please sign in to comment.