repofs kinda working

This commit is contained in:
2023-06-08 23:54:49 +02:00
parent f7a5c4af48
commit a70ca528e0
4 changed files with 21 additions and 10 deletions

View File

@@ -9,5 +9,5 @@ CommandMount::CommandMount() : Command("mount") {
}
void CommandMount::run(Context ctx) {
RepoFS::start(ctx.repo, "./hi");
RepoFS::start(ctx.repo, ctx.repo->getConfig().getStr("to"));
}