Skip to content

Commit

Permalink
Revert "fix(cli): fix generate output for dor Prisma Client dir (#7058)"
Browse files Browse the repository at this point in the history
This reverts commit 18b07a6.
  • Loading branch information
Jolg42 committed May 18, 2021
1 parent 9eaeb8f commit 436cdaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/packages/cli/src/Generate.ts
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ Please run \`prisma generate\` manually.`
),
),
)
: '.prisma/client'
: '@prisma/client'
const breakingChangesStr = printBreakingChangesMessage
? `
Expand Down

0 comments on commit 436cdaa

Please sign in to comment.