Skip to content

Commit e68d354

Browse files
committed
wip
1 parent 154ffcb commit e68d354

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
@@ -388,7 +388,7 @@ Package[] nixEvalJobs(string flakeAttrPrefix, string cachixUrl, bool doCheck = t
388388
logWarning(bufferedOutput);
389389

390390
int status = wait(pipes.pid);
391-
enforce(status == 0 && !jobFailed, "Command `%s` failed with status %s".fmt(args, status));
391+
enforce(status == 0 && !jobFailed, "Command `%s` failed with status %s".fmt(commandString, status));
392392

393393
return result;
394394
}

0 commit comments

Comments
 (0)