aboutsummaryrefslogtreecommitdiff
path: root/src/nix/command.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/nix/command.cc')
-rw-r--r--src/nix/command.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nix/command.cc b/src/nix/command.cc
index f90d848f2..058a7548c 100644
--- a/src/nix/command.cc
+++ b/src/nix/command.cc
@@ -97,7 +97,7 @@ ref<Store> StoreCommand::createStore()
void StoreCommand::run()
{
- run(createStore());
+ run(getStore());
}
StorePathsCommand::StorePathsCommand()