Typo fix
This commit is contained in:
@@ -57,7 +57,7 @@
|
||||
# if spack.config.get('config:shared'):
|
||||
# roots = {'tcl': os.path.join(spack.util.path.canonicalize_path("$spack") ,'/share/spack/modules'),
|
||||
# 'lmod': os.path.join(spack.util.path.canonicalize_path("$spack") ,'/share/spack/lmod'),
|
||||
# 'dotkit': os.path.join(spack.util.path.canonicalize_path("$spack") ,'/share/spack/lmod')}
|
||||
# 'dotkit': os.path.join(spack.util.path.canonicalize_path("$spack") ,'/share/spack/dotkit')}
|
||||
# else:
|
||||
# roots = spack.config.get('config:module_roots', {})
|
||||
roots = spack.config.get('config:module_roots', {})
|
||||
|
||||
Reference in New Issue
Block a user