Skip to content

Commit 546ea07

Browse files
committed
Use linebreaks
1 parent 9c3f69d commit 546ea07

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/git-utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -427,7 +427,7 @@ export async function getGeneratedFiles(
427427
workingDirectory,
428428
["check-attr", "linguist-generated", "--stdin"],
429429
"Unable to check attributes of files.",
430-
{ input: Buffer.from(files.join(" ")) },
430+
{ input: Buffer.from(files.join(os.EOL)) },
431431
);
432432

433433
const generatedFiles: string[] = [];

0 commit comments

Comments
 (0)