Skip to content

Commit

Permalink
refactor(Console): Improve user error message
Browse files Browse the repository at this point in the history
  • Loading branch information
medikoo committed May 19, 2022
1 parent 1305107 commit 6748642
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/classes/console.js
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ class Console {
} catch (error) {
if (error.httpStatusCode === 404) {
throw new ServerlessError(
`You are not auhenticated to deploy into "${this.org}" org`,
`You are not authenticated to deploy into the org "${this.org}"`,
'CONSOLE_ORG_MISMATCH'
);
}
Expand Down

0 comments on commit 6748642

Please sign in to comment.