Skip to content

Commit

Permalink
fix: incorrect 'git fetch' option
Browse files Browse the repository at this point in the history
  • Loading branch information
ybiquitous authored and marionebl committed Oct 3, 2017
1 parent 76ecebd commit 5826c11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion @commitlint/core/src/read.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export default getCommitMessages;

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

Expand Down

0 comments on commit 5826c11

Please sign in to comment.