Skip to content

Commit cbc4f17

Browse files
authored
fix: correct typo in error
1 parent ff41bd8 commit cbc4f17

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/index.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/main.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ core.info(`Running in ${baseDir}`)
9090
throw new Error(
9191
`There are ${
9292
status.conflicted.length
93-
} conflicting files: ${status.conflicted.join(',')}`
93+
} conflicting files: ${status.conflicted.join(', ')}`
9494
)
9595
} else core.info('> Not pulling from repo.')
9696

0 commit comments

Comments
 (0)