diff options
author | Todd Gamblin <tgamblin@llnl.gov> | 2015-11-23 10:10:27 -0800 |
---|---|---|
committer | Todd Gamblin <tgamblin@llnl.gov> | 2015-11-23 10:10:27 -0800 |
commit | df4e79c06c27eee6f93cd3f7ad04e917d6837ca9 (patch) | |
tree | 891c717da7f47ee65e293b140eca4dcf9de7c45d /lib | |
parent | 7392e1af598cc9cfadd7a3b6acfe0c1b70a84d3e (diff) | |
parent | 5e93dd65929e97559acdb1227e5418b7896bb244 (diff) | |
download | spack-df4e79c06c27eee6f93cd3f7ad04e917d6837ca9.tar.gz spack-df4e79c06c27eee6f93cd3f7ad04e917d6837ca9.tar.bz2 spack-df4e79c06c27eee6f93cd3f7ad04e917d6837ca9.tar.xz spack-df4e79c06c27eee6f93cd3f7ad04e917d6837ca9.zip |
Merge pull request #192 from trws/clean-dist
modified warning to reference spack clean
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: |