Skip to content

Commit 1ed3f9a

Browse files
committed
fix: change message
1 parent 500d450 commit 1ed3f9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ export function install(dir = '.husky'): void {
1919
// If git command is not found, status is null and we should return.
2020
// That's why status value needs to be checked explicitly.
2121
if (git(['rev-parse']).status !== 0) {
22-
l(`git must be installed on your machine`)
22+
l(`git command not found, skipping install`)
2323
return
2424
}
2525

0 commit comments

Comments
 (0)