Skip to content

Commit ab125af

Browse files
authored
Update simple-git-hooks.js
1 parent 8c2f018 commit ab125af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

simple-git-hooks.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ const fs = require('fs')
22
const path = require('path')
33
const url = require('url')
44

5-
const CONFIG_ERROR = '[ERROR] Config was not found! Please add `.simple-git-hooks.js` or `simple-git-hooks.js` or `.simple-git-hooks.json` or `simple-git-hooks.json` or `simple-git-hooks` entry in package.json.\r\nCheck README for details'
5+
const CONFIG_ERROR = '[ERROR] Config was not found! Please add `.simple-git-hooks.cjs` or `.simple-git-hooks.js` or `.simple-git-hooks.mjs` or `simple-git-hooks.cjs` or `simple-git-hooks.js` or `simple-git-hooks.mjs` or `.simple-git-hooks.json` or `simple-git-hooks.json` or `simple-git-hooks` entry in package.json.\r\nCheck README for details'
66

77
const VALID_GIT_HOOKS = [
88
'applypatch-msg',

0 commit comments

Comments
 (0)