diff --git a/src/index.ts b/src/index.ts index 2d44eee22..c91ac19f5 100644 --- a/src/index.ts +++ b/src/index.ts @@ -19,7 +19,7 @@ export function install(dir = '.husky'): void { // If git command is not found, status is null and we should return. // That's why status value needs to be checked explicitly. if (git(['rev-parse']).status !== 0) { - l(`git must be installed on your machine`) + l(`git command not found, skipping install`) return }