Fix typo (#21567)
This commit is contained in:
parent
3c874e22b5
commit
784b421eda
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ def load(parser, args):
|
||||||
specs_str = ' '.join(args.specs) or "SPECS"
|
specs_str = ' '.join(args.specs) or "SPECS"
|
||||||
spack.cmd.common.shell_init_instructions(
|
spack.cmd.common.shell_init_instructions(
|
||||||
"spack load",
|
"spack load",
|
||||||
" eval `spack load {sh_arg}` %s" % specs_str,
|
" eval `spack load {sh_arg} %s`" % specs_str,
|
||||||
)
|
)
|
||||||
return 1
|
return 1
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue