Skip to content

Commit

Permalink
typo fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
kxzazz committed Apr 8, 2024
1 parent 8374cd8 commit 57bb018
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/src/helpers/logNextSteps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export const logNextSteps = async ({
}

if (["postgres", "mysql"].includes(databaseProvider)) {
logger.info(" Start up a database, if needed using './start-databse.sh'");
logger.info(" Start up a database, if needed using './start-database.sh'");
}

if (packages?.prisma.inUse || packages?.drizzle.inUse) {
Expand Down

0 comments on commit 57bb018

Please sign in to comment.