summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorTodd Gamblin <tgamblin@llnl.gov>2014-10-15 21:07:41 -0400
committerTodd Gamblin <tgamblin@llnl.gov>2014-10-15 21:07:41 -0400
commit6fdfd83e6b0f776bf79d9de0af82bcfc311072f9 (patch)
tree1294b4ec6e264ddd615a0a46ad1d711e9fc7ebac /bin
parent8e3c2d8a26ea1515479e369c2fe9594ac8ed8ed1 (diff)
downloadspack-6fdfd83e6b0f776bf79d9de0af82bcfc311072f9.tar.gz
spack-6fdfd83e6b0f776bf79d9de0af82bcfc311072f9.tar.bz2
spack-6fdfd83e6b0f776bf79d9de0af82bcfc311072f9.tar.xz
spack-6fdfd83e6b0f776bf79d9de0af82bcfc311072f9.zip
Add test cases for mirroring.
Diffstat (limited to 'bin')
-rwxr-xr-xbin/spack2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/spack b/bin/spack
index 2f74761a78..75874ca39e 100755
--- a/bin/spack
+++ b/bin/spack
@@ -96,7 +96,7 @@ if args.mock:
# If the user asked for it, don't check ssl certs.
if args.insecure:
- tty.warn("You asked for --insecure, which does not check SSL certificates.")
+ tty.warn("You asked for --insecure, which does not check SSL certificates or checksums.")
spack.curl.add_default_arg('-k')
# Try to load the particular command asked for and run it