From d32f528b2ea2e12369a6f4423cd0e7fa9de2cf44 Mon Sep 17 00:00:00 2001 From: John Ericson Date: Tue, 27 Feb 2024 11:17:10 -0500 Subject: [PATCH] Update src/libstore/binary-cache-store.cc Co-authored-by: Eelco Dolstra --- src/libstore/binary-cache-store.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libstore/binary-cache-store.cc b/src/libstore/binary-cache-store.cc index 25bb291d141..3ce88de5f69 100644 --- a/src/libstore/binary-cache-store.cc +++ b/src/libstore/binary-cache-store.cc @@ -315,7 +315,7 @@ StorePath BinaryCacheStore::addToStoreFromDump( std::string nar; // Calculating Git hash from NAR stream not yet implemented. May not - // be possible to implement in single-pass in NAR is in an + // be possible to implement in single-pass if NAR is in an // inconvenient order. Could fetch after uploading, however. if (hashMethod.getFileIngestionMethod() == FileIngestionMethod::Git) unsupported("addToStoreFromDump");