mirror of
https://github.com/NixOS/nix
synced 2025-07-06 21:41:48 +02:00
Update src/libstore/local-store.cc
Co-authored-by: Valentin Gagarin <valentin.gagarin@tweag.io>
This commit is contained in:
parent
7cdaa0b8a6
commit
78e2f931d0
1 changed files with 1 additions and 1 deletions
|
@ -363,7 +363,7 @@ LocalStore::LocalStore(const Params & params)
|
|||
if (!readOnly) {
|
||||
migrateCASchema(state->db, dbDir + "/ca-schema", globalLock);
|
||||
} else {
|
||||
throw Error("need to migrate to CA schema, but this cannot be done in read-only mode");
|
||||
throw Error("need to migrate to content-addressed schema, but this cannot be done in read-only mode");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue