This commit is contained in:
Eelco Dolstra 2018-09-26 21:39:06 +02:00
parent ed78582847
commit 98b2cc2e6e
No known key found for this signature in database
GPG key ID: 8170B4726D7198DE

View file

@ -610,7 +610,7 @@ void copyStorePath(ref<Store> srcStore, ref<Store> dstStore,
});
srcStore->narFromPath({storePath}, wrapperSink);
}, [&]() {
throw EndOfFile("NAR for '%s' fetched from '%s' is incomplete", storePath, srcStore->getUri());
throw EndOfFile("NAR for '%s' fetched from '%s' is incomplete", storePath, srcStore->getUri());
});
dstStore->addToStore(*info, *source, repair, checkSigs);