Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
typicode committed Sep 11, 2018
1 parent 7a675bb commit 94d3d1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/installer/index.ts
Expand Up @@ -192,7 +192,7 @@ export function uninstall(huskyDir: string) {

if (resolvedGitDir === null) {
console.log(
"Can't find resolved .git directory, skipping Git hooks installation."
"Can't find resolved .git directory, skipping Git hooks uninstallation."
)
return
}
Expand Down

0 comments on commit 94d3d1b

Please sign in to comment.