From 94d3d1b3f97c4bb7c360d1d8ec6f5d049777bfe8 Mon Sep 17 00:00:00 2001 From: typicode Date: Tue, 11 Sep 2018 12:14:48 +0200 Subject: [PATCH] Typo --- src/installer/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/installer/index.ts b/src/installer/index.ts index 57816e183..f8c973bfe 100644 --- a/src/installer/index.ts +++ b/src/installer/index.ts @@ -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 }