mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2025-01-18 09:06:47 +02:00
Fix build
This commit is contained in:
parent
57d33013ce
commit
cd35f0280c
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@ struct S3BinaryCacheStoreImpl : public S3BinaryCacheStore
|
|||
|
||||
BinaryCacheStore::init();
|
||||
|
||||
diskCache->createCache(getUri(), wantMassQuery, priority);
|
||||
diskCache->createCache(getUri(), wantMassQuery_, priority);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue