Skip to content

Commit c71b45c

Browse files
mbgCopilot
andcommitted
Update src/error-messages.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 71ddb40 commit c71b45c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/init-action.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/error-messages.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ export function getConfigFileParseErrorMessage(
1818
configFile: string,
1919
message: string,
2020
): string {
21-
return `Cannot parse "${configFile}: ${message}"`;
21+
return `Cannot parse "${configFile}": ${message}`;
2222
}
2323

2424
export function getInvalidConfigFileMessage(

0 commit comments

Comments
 (0)