Minor textual error in extensions command.

This commit is contained in:
Todd Gamblin
2015-02-08 19:40:28 -08:00
parent e51e01f4f0
commit 60a385d4a4

View File

@@ -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)