mirror of
https://github.com/NixOS/nix.git
synced 2025-11-11 13:06:01 +01:00
Remove extra closing paren
This commit is contained in:
parent
4b571ea321
commit
6f7ac5e865
1 changed files with 1 additions and 1 deletions
|
|
@ -688,7 +688,7 @@ static void performOp(TunnelLogger * logger, ref<Store> store,
|
|||
auto path = store->parseStorePath(readString(from));
|
||||
logger->startWork();
|
||||
logger->stopWork();
|
||||
dumpPath(store->toRealPath(path)), to);
|
||||
dumpPath(store->toRealPath(path), to);
|
||||
break;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue