From 699b53b23be4a02dda78177e2562e456ffa32541 Mon Sep 17 00:00:00 2001 From: ld-codes <123950213+ld-codes@users.noreply.github.com> Date: Fri, 21 Apr 2023 15:37:29 +0800 Subject: [PATCH] fix typo for empty git user message --- packages/core/src/auto.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/core/src/auto.ts b/packages/core/src/auto.ts index 2dc75958e..72bd1dbeb 100644 --- a/packages/core/src/auto.ts +++ b/packages/core/src/auto.ts @@ -2192,7 +2192,7 @@ export default class Auto { if (!user.name && !user.email) { this.logger.log.error( endent` - Could find a git name and email to commit with! + Could not find a git name and email to commit with! Name: ${user.name} Email: ${user.email}