From 47a8b058565e21f934be85b4e2885242a0eeded6 Mon Sep 17 00:00:00 2001 From: Olivers Vitins Date: Tue, 12 Mar 2024 18:41:36 +0200 Subject: [PATCH] refactor(commands): change head error message to sound more natively --- src/commands/commit.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands/commit.ts b/src/commands/commit.ts index 4e298ac..8655abd 100644 --- a/src/commands/commit.ts +++ b/src/commands/commit.ts @@ -94,7 +94,7 @@ const command = new Command("commit") } } } catch { - note("HEAD hasn't been found, skipping commit line amount check"); + note("HEAD hasn't been found, skipping commit line sum check"); } const type: string | symbol = await select({