Skip to content
Snippets Groups Projects
Commit 60a385d4 authored by Todd Gamblin's avatar Todd Gamblin
Browse files

Minor textual error in extensions command.

parent e51e01f4
Branches
Tags
No related merge requests found
......@@ -82,7 +82,7 @@ def extensions(parser, args):
installed = [s.spec for s in spack.db.installed_extensions_for(spec)]
print
if not installed:
tty.msg("None activated.")
tty.msg("None installed.")
return
tty.msg("%d installed:" % len(installed))
spack.cmd.find.display_specs(installed, mode=args.mode)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment