Skip to content

Commit 5826c11

Browse files
ybiquitousmarionebl
authored andcommitted
fix: incorrect 'git fetch' option
1 parent 76ecebd commit 5826c11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: @commitlint/core/src/read.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export default getCommitMessages;
88

99
const SHALLOW_MESSAGE = [
1010
'Could not get git history from shallow clone.',
11-
'Use git fetch --shallow before linting.',
11+
'Use git fetch --unshallow before linting.',
1212
'Original issue: https://git.io/vyKMq\n Refer to https://git.io/vyKMv for details.'
1313
].join('\n');
1414

0 commit comments

Comments
 (0)