about summary refs log tree commit diff
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 698863349334..9c80f43093c5 100644
--- a/src/nix/command.cc
+++ b/src/nix/command.cc
@@ -59,7 +59,7 @@ bool MultiCommand::processArgs(const Strings & args, bool finish)
 
 void StoreCommand::run()
 {
-    run(openStore(reserveSpace));
+    run(openStore());
 }
 
 }