Bugfix in clean command.

This commit is contained in:
Todd Gamblin 2014-02-04 19:07:22 +05:30
parent 4a913cbbd0
commit 9e469c37c4

View file

@ -48,7 +48,7 @@ def clean(parser, args):
specs = spack.cmd.parse_specs(args.packages, concretize=True)
for spec in specs:
tty.message("Cleaning for spec:", spec)
tty.msg("Cleaning for spec:", spec)
package = packages.get(spec.name)
if args.dist:
package.do_clean_dist()