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

Commit 82a483c

Browse files
Change CLI output from spectrum to slack (#4876)
Change CLI output from spectrum to slack
2 parents 62cfeaa + 475a171 commit 82a483c

File tree

1 file changed

+1
-1
lines changed
  • cli/packages/prisma-cli-engine/src/Output

1 file changed

+1
-1
lines changed

cli/packages/prisma-cli-engine/src/Output/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ export class Output {
188188
? '$ set -x DEBUG "*"'
189189
: '$ export DEBUG="*"'
190190
this.stderr.log(
191-
`\nGet in touch if you need help: https://spectrum.chat/prisma
191+
`\nGet in touch if you need help: https://slack.prisma.io
192192
To get more detailed output, run ${chalk.dim(instruction)}`,
193193
)
194194
}

0 commit comments

Comments
 (0)