diff options
author | Tom Scogland <scogland1@llnl.gov> | 2015-11-20 11:49:46 -0800 |
---|---|---|
committer | Tom Scogland <scogland1@llnl.gov> | 2015-11-20 11:49:46 -0800 |
commit | 5e93dd65929e97559acdb1227e5418b7896bb244 (patch) | |
tree | cd60adf2cce8198bbe4b6618e1f1f43915fd0f73 /lib | |
parent | 34e445a480a08f74bb0fce0906276ff0724703ef (diff) | |
download | spack-5e93dd65929e97559acdb1227e5418b7896bb244.tar.gz spack-5e93dd65929e97559acdb1227e5418b7896bb244.tar.bz2 spack-5e93dd65929e97559acdb1227e5418b7896bb244.tar.xz spack-5e93dd65929e97559acdb1227e5418b7896bb244.zip |
modified warning to reference spack clean
clean --dist has been removed, command fixed to something that works.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/spack/spack/fetch_strategy.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/spack/spack/fetch_strategy.py b/lib/spack/spack/fetch_strategy.py index b810023c5a..5e6850d14b 100644 --- a/lib/spack/spack/fetch_strategy.py +++ b/lib/spack/spack/fetch_strategy.py @@ -190,7 +190,7 @@ class URLFetchStrategy(FetchStrategy): if content_types and 'text/html' in content_types[-1]: tty.warn("The contents of " + self.archive_file + " look like HTML.", "The checksum will likely be bad. If it is, you can use", - "'spack clean --dist' to remove the bad archive, then fix", + "'spack clean <package>' to remove the bad archive, then fix", "your internet gateway issue and install again.") if not self.archive_file: |