Fix spelling error in tmp dir
This commit is contained in:
parent
badb130eff
commit
7290322d96
@ -81,7 +81,7 @@
|
|||||||
# is a shared filesystem. Spack will use the first of these paths
|
# is a shared filesystem. Spack will use the first of these paths
|
||||||
# that it can create.
|
# that it can create.
|
||||||
tmp_dirs = ['/nfs/tmp2/%u/spack-stage',
|
tmp_dirs = ['/nfs/tmp2/%u/spack-stage',
|
||||||
'/var/tmp/%u/spcak-stage',
|
'/var/tmp/%u/spack-stage',
|
||||||
'/tmp/%u/spack-stage']
|
'/tmp/%u/spack-stage']
|
||||||
|
|
||||||
# Whether spack should allow installation of unsafe versions of
|
# Whether spack should allow installation of unsafe versions of
|
||||||
|
Loading…
Reference in New Issue
Block a user