modified warning to reference spack clean
clean --dist has been removed, command fixed to something that works.
This commit is contained in:
parent
34e445a480
commit
5e93dd6592
1 changed files with 1 additions and 1 deletions
|
@ -190,7 +190,7 @@ def fetch(self):
|
||||||
if content_types and 'text/html' in content_types[-1]:
|
if content_types and 'text/html' in content_types[-1]:
|
||||||
tty.warn("The contents of " + self.archive_file + " look like HTML.",
|
tty.warn("The contents of " + self.archive_file + " look like HTML.",
|
||||||
"The checksum will likely be bad. If it is, you can use",
|
"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.")
|
"your internet gateway issue and install again.")
|
||||||
|
|
||||||
if not self.archive_file:
|
if not self.archive_file:
|
||||||
|
|
Loading…
Reference in a new issue