mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-10 00:08:07 +02:00
Update src/libutil/file-content-address.cc
This commit is contained in:
parent
db41a0616a
commit
9d64613dca
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ std::string_view renderFileIngestionMethod(FileIngestionMethod method)
|
|||
case FileIngestionMethod::Recursive:
|
||||
return "nar";
|
||||
default:
|
||||
assert(false);
|
||||
abort();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue