Skip to content
This repository has been archived by the owner on Sep 2, 2022. It is now read-only.

Commit

Permalink
update forum link in help message
Browse files Browse the repository at this point in the history
  • Loading branch information
timsuchanek committed Jun 5, 2018
1 parent 3fca651 commit 609d090
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/packages/prisma-cli-engine/src/Output/index.ts
Expand Up @@ -188,7 +188,7 @@ export class Output {
? '$ set -x DEBUG "*"'
: '$ export DEBUG="*"'
this.stderr.log(
`\nGet in touch if you need help: https://www.graph.cool/forum
`\nGet in touch if you need help: https://www.prisma.io/forum/
To get more detailed output, run ${chalk.dim(instruction)}`,
)
}
Expand Down

0 comments on commit 609d090

Please sign in to comment.