Remove a useless string split
Co-authored-by: Eelco Dolstra <edolstra@gmail.com>
This commit is contained in:
parent
c13d7d0b97
commit
8d09a4f9a0
|
@ -803,8 +803,7 @@ std::map<StorePath, StorePath> copyPaths(ref<Store> srcStore, ref<Store> dstStor
|
|||
if (!currentChild)
|
||||
throw Error(
|
||||
"Incomplete realisation closure: '%s' is a "
|
||||
"dependency "
|
||||
"of '%s' but isn’t registered",
|
||||
"dependency of '%s' but isn’t registered",
|
||||
drvOutput.to_string(), current.id.to_string());
|
||||
children.insert(*currentChild);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue