Skip to content

Commit

Permalink
update error message to be more specific
Browse files Browse the repository at this point in the history
  • Loading branch information
devpeerapong committed Dec 14, 2021
1 parent 5e57328 commit 2c34d00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/init/features/hosting/github.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ export async function initGitHub(setup: Setup, config: any, options: any): Promi

if (!setup.config.hosting) {
return reject(
`The project is not setup with Hosting, Please use ${bold("firebase init hosting")} instead`,
`Didn't find a Hosting config in firebase.json. Run ${bold("firebase init hosting")} instead.`,
{ exit: 1 }
);
}
Expand Down

0 comments on commit 2c34d00

Please sign in to comment.