From 8f0c9ad409aa1b053d19bd96d73b9b21cf4984e7 Mon Sep 17 00:00:00 2001 From: Carson Woods Date: Wed, 17 Jul 2019 09:46:41 -0600 Subject: [PATCH] Change name of global parameter to install_global --- lib/spack/spack/cmd/install.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/spack/spack/cmd/install.py b/lib/spack/spack/cmd/install.py index 13e0689af3c..5a20d24207a 100644 --- a/lib/spack/spack/cmd/install.py +++ b/lib/spack/spack/cmd/install.py @@ -39,7 +39,7 @@ def update_kwargs_from_args(args, kwargs): 'fake': args.fake, 'dirty': args.dirty, 'use_cache': args.use_cache, - 'global': args.install_global + 'install_global': args.install_global }) if hasattr(args, 'setup'): setups = set()