Rename class

This commit is contained in:
Eelco Dolstra
2016-02-18 12:51:10 +01:00
parent de77cc2910
commit a992f688d1
3 changed files with 15 additions and 15 deletions

View File

@ -33,7 +33,7 @@ ref<Store> State::getLocalStore()
ref<Store> State::getDestStore()
{
return make_ref<LocalBinaryCache>(getLocalStore(),
return make_ref<BinaryCacheStore>(getLocalStore(),
"/tmp/binary-cache",
"/home/eelco/Misc/Keys/test.nixos.org/secret",
"/home/eelco/Misc/Keys/test.nixos.org/public");