Skip to content
Snippets Groups Projects
Unverified Commit 3cf17055 authored by Eelco Dolstra's avatar Eelco Dolstra
Browse files

nix copy: Don't open the --from store twice

parent 8f6b347a
No related branches found
No related tags found
No related merge requests found
......@@ -97,7 +97,7 @@ ref<Store> StoreCommand::createStore()
void StoreCommand::run()
{
run(createStore());
run(getStore());
}
StorePathsCommand::StorePathsCommand()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment