summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/spack2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/spack b/bin/spack
index 3cb3c7f423..53b4cf3dac 100755
--- a/bin/spack
+++ b/bin/spack
@@ -38,4 +38,4 @@ spack.verbose = args.verbose
# Try to load the particular command asked for and run it
command = spack.cmd.get_command(args.command)
-command(args)
+command(parser, args)