Update src/libstore/local-store.cc

Co-authored-by: Valentin Gagarin <valentin.gagarin@tweag.io>
This commit is contained in:
Ben Radford 2023-06-15 13:32:16 +01:00 committed by GitHub
parent 7cdaa0b8a6
commit 78e2f931d0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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");
}
}