nix copy: Don't open the --from store twice
This commit is contained in:
@@ -97,7 +97,7 @@ ref<Store> StoreCommand::createStore()
|
||||
|
||||
void StoreCommand::run()
|
||||
{
|
||||
run(createStore());
|
||||
run(getStore());
|
||||
}
|
||||
|
||||
StorePathsCommand::StorePathsCommand()
|
||||
|
||||
Reference in New Issue
Block a user