Skip to content

Commit 154ffcb

Browse files
committed
wip
1 parent 09c5237 commit 154ffcb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/mcl/src/src/mcl/commands/ci_matrix.d

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ Package[] nixEvalJobs(string flakeAttrPrefix, string cachixUrl, bool doCheck = t
372372
writeln("---------------------------------------------------------------");
373373
pipes.stderr.byLine
374374
.filter!(line => !uselessWarnings.canFind(line))
375-
.join
375+
.join("\n")
376376
.writeln;
377377
writeln("---------------------------------------------------------------");
378378

0 commit comments

Comments
 (0)