Skip to content

Commit 72e2b0e

Browse files
committed
libstore: Set display prefix for dummy store
Otherwise the prefix is «unknown».
1 parent 3a687ee commit 72e2b0e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/libstore/dummy-store.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ struct DummyStore : virtual Store
2626
, config(config)
2727
, contents(make_ref<MemorySourceAccessor>())
2828
{
29+
contents->setPathDisplay(config->storeDir);
2930
}
3031

3132
void queryPathInfoUncached(

0 commit comments

Comments
 (0)