Get rid of unicode quotes (#1140)
This commit is contained in:
committed by
Domen Kožar
parent
7ee43df862
commit
f78126bfd6
@@ -38,7 +38,7 @@ public:
|
||||
try {
|
||||
BinaryCacheStore::init();
|
||||
} catch (UploadToHTTP &) {
|
||||
throw Error(format("‘%s’ does not appear to be a binary cache") % cacheUri);
|
||||
throw Error(format("'%s' does not appear to be a binary cache") % cacheUri);
|
||||
}
|
||||
diskCache->createCache(cacheUri, storeDir, wantMassQuery_, priority);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user