Skip to content
Snippets Groups Projects
Commit f1f301ad authored by Adam J. Stewart's avatar Adam J. Stewart Committed by Todd Gamblin
Browse files

Fix spack checksum output indentation (#1826)

parent 64c3b114
No related branches found
No related tags found
No related merge requests found
......@@ -113,6 +113,6 @@ def checksum(parser, args):
tty.die("Could not fetch any versions for %s" % pkg.name)
version_lines = [
" version('%s', '%s')" % (v, h) for v, h in version_hashes
" version('%s', '%s')" % (v, h) for v, h in version_hashes
]
tty.msg("Checksummed new versions of %s:" % pkg.name, *version_lines)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment