about summary refs log tree commit diff
path: root/src/nix/command.cc
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2016-02-25T10·55+0100
committerEelco Dolstra <eelco.dolstra@logicblox.com>2016-02-25T10·55+0100
commit7873cfb18df352d75628ea8f6f426a0c8e066ab7 (patch)
tree67dc870363f7c96b1e2a82768c2b2f430fc4898d /src/nix/command.cc
parentf1bdeac9864de8cd9994bb41da79f3a4d812dadc (diff)
Fix build
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());
 }
 
 }