Skip to content

Commit

Permalink
Merge pull request #2354 from ld-codes/patch-1
Browse files Browse the repository at this point in the history
fix typo for empty git user message
  • Loading branch information
hipstersmoothie committed Apr 26, 2023
2 parents c66fd42 + 699b53b commit 81c98fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/auto.ts
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 81c98fd

Please sign in to comment.