Merge pull request #381 from adamjstewart/features/location
Fixed typo when running spack help
This commit is contained in:
commit
c0228d8ff2
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@
|
||||||
import spack
|
import spack
|
||||||
import spack.cmd
|
import spack.cmd
|
||||||
|
|
||||||
description="Print out locations of various diectories used by Spack"
|
description="Print out locations of various directories used by Spack"
|
||||||
|
|
||||||
def setup_parser(subparser):
|
def setup_parser(subparser):
|
||||||
global directories
|
global directories
|
||||||
|
|
Loading…
Reference in a new issue