diff options
author | Harmen Stoppels <harmenstoppels@gmail.com> | 2020-07-10 05:00:38 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-09 22:00:38 -0500 |
commit | 84eae97f911293a86c40b4290231651ea86f4559 (patch) | |
tree | d278523609d38ec80d65663be0cca0d4ed0723de /lib | |
parent | 12099ed55e468e946c7669cfbf3029c72f0e15d4 (diff) | |
download | spack-84eae97f911293a86c40b4290231651ea86f4559.tar.gz spack-84eae97f911293a86c40b4290231651ea86f4559.tar.bz2 spack-84eae97f911293a86c40b4290231651ea86f4559.tar.xz spack-84eae97f911293a86c40b4290231651ea86f4559.zip |
aspirin for buildaches (#17437)
Diffstat (limited to 'lib')
-rw-r--r-- | lib/spack/spack/binary_distribution.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/spack/spack/binary_distribution.py b/lib/spack/spack/binary_distribution.py index c084d6e0fd..63af746584 100644 --- a/lib/spack/spack/binary_distribution.py +++ b/lib/spack/spack/binary_distribution.py @@ -466,7 +466,7 @@ def build_tarball(spec, outdir, force=False, rel=False, unsigned=False, web_util.push_to_url( specfile_path, remote_specfile_path, keep_original=False) - tty.msg('Buildache for "%s" written to \n %s' % + tty.msg('Buildcache for "%s" written to \n %s' % (spec, remote_spackfile_path)) try: |