Skip to content

Commit

Permalink
fix: typo in missing config error message
Browse files Browse the repository at this point in the history
  • Loading branch information
rhyslbw committed Oct 16, 2020
1 parent 4e84425 commit d904a72
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/server/src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ export async function getConfig (): Promise<Config> {

if (!hasuraUri && !genesisFileShelley) {
throw new MissingConfig(
`You have not provided configuration to load an API segment. Either set HASURA_URI or
GENESIS_FILE_SHELLEY and GENESIS_FILE_SHELLEY`
`You have not provided configuration to load an API segment. Set HASURA_URI and/or
GENESIS_FILE_BYRON and GENESIS_FILE_SHELLEY`
)
}
if (!postgresDbFile && !postgresDb) {
Expand Down

0 comments on commit d904a72

Please sign in to comment.