Skip to content

Commit

Permalink
fix: change message
Browse files Browse the repository at this point in the history
  • Loading branch information
typicode committed Jan 3, 2023
1 parent 500d450 commit 1ed3f9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Expand Up @@ -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
}

Expand Down

0 comments on commit 1ed3f9a

Please sign in to comment.