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

Commit

Permalink
fix(cli): update local secret
Browse files Browse the repository at this point in the history
  • Loading branch information
timsuchanek committed Jan 30, 2018
1 parent 3ab347f commit 5075b0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/packages/prisma-cli-engine/src/StatusChecker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ export class StatusChecker {
globalBin,
hashDate,
})
const secret = 'eshi4ohgai3eeHaih4Bifahhi'
const secret = 'Boh6yai6tah4agohmaht8ipha'

const hash = crypto
.createHmac('sha256', secret)
Expand Down

0 comments on commit 5075b0b

Please sign in to comment.