Merge pull request #1173 from willkill07/bugfix/module/spec_typo

(bugfix) fixed typo of spec --> raw_spec
This commit is contained in:
Todd Gamblin 2016-07-05 15:45:27 -07:00 committed by GitHub
commit 2b9d02d594

View File

@ -108,7 +108,7 @@ def _find_modules(spec, modules_list):
tty.die("No installed packages match spec %s" % raw_spec)
if len(specs) > 1:
tty.error("Multiple matches for spec %s. Choose one:" % spec)
tty.error("Multiple matches for spec %s. Choose one:" % raw_spec)
for s in specs:
sys.stderr.write(s.tree(color=True))
sys.exit(1)