Skip to content

Commit

Permalink
Update src/libstore/binary-cache-store.cc
Browse files Browse the repository at this point in the history
Co-authored-by: Eelco Dolstra <edolstra@gmail.com>
  • Loading branch information
Ericson2314 and edolstra committed Feb 27, 2024
1 parent 3673dd7 commit d32f528
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libstore/binary-cache-store.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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");
Expand Down

0 comments on commit d32f528

Please sign in to comment.