forked from lix-project/lix
Typo
This commit is contained in:
parent
b3ba762dbf
commit
a83b10f84c
|
@ -3791,7 +3791,7 @@ void LocalStore::buildPaths(const PathSet & drvPaths, BuildMode buildMode)
|
|||
}
|
||||
|
||||
if (!failed.empty())
|
||||
throw Error(worker.exitStatus(), "build of %s failed",showPaths(failed));
|
||||
throw Error(worker.exitStatus(), "build of %s failed", showPaths(failed));
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue