Skip to content

Commit

Permalink
docs: myDomain changes from Peter's feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
mshanemc committed Dec 30, 2020
1 parent fda9ce0 commit 837f852
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/connection.ts
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ export class Connection extends JSForceConnection {
throw new SfdxError('The org cannot be found', DNS_ERROR_NAME, [
'Verify that the org still exists',
'If your org is newly created, wait a minute and run your command again',
"If you deployed or updated the org's My Domain, update your instanceUrl",
"If you deployed or updated the org's My Domain, logout from the CLI and authenticate again",
]);
}
}
Expand Down

0 comments on commit 837f852

Please sign in to comment.