Change name of global parameter to install_global

This commit is contained in:
Carson Woods
2019-07-17 09:46:41 -06:00
parent 6a423a5d8a
commit 8f0c9ad409

View File

@@ -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()