nix copy: Don't open the --from store twice
This commit is contained in:
parent
8f6b347abd
commit
3cf1705583
|
@ -97,7 +97,7 @@ ref<Store> StoreCommand::createStore()
|
|||
|
||||
void StoreCommand::run()
|
||||
{
|
||||
run(createStore());
|
||||
run(getStore());
|
||||
}
|
||||
|
||||
StorePathsCommand::StorePathsCommand()
|
||||
|
|
Loading…
Reference in a new issue