We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 500d450 commit 1ed3f9aCopy full SHA for 1ed3f9a
src/index.ts
@@ -19,7 +19,7 @@ export function install(dir = '.husky'): void {
19
// If git command is not found, status is null and we should return.
20
// That's why status value needs to be checked explicitly.
21
if (git(['rev-parse']).status !== 0) {
22
- l(`git must be installed on your machine`)
+ l(`git command not found, skipping install`)
23
return
24
}
25
0 commit comments