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}