Skip to content

Commit

Permalink
fix: correct typo in error
Browse files Browse the repository at this point in the history
  • Loading branch information
EndBug committed Jun 26, 2022
1 parent ff41bd8 commit cbc4f17
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ core.info(`Running in ${baseDir}`)
throw new Error(
`There are ${
status.conflicted.length
} conflicting files: ${status.conflicted.join(',')}`
} conflicting files: ${status.conflicted.join(', ')}`
)
} else core.info('> Not pulling from repo.')

Expand Down

0 comments on commit cbc4f17

Please sign in to comment.