Skip to content

Commit

Permalink
fix typo for empty git user message
Browse files Browse the repository at this point in the history
  • Loading branch information
ld-codes committed Apr 21, 2023
1 parent 78b7745 commit 699b53b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/auto.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit 699b53b

Please sign in to comment.