diff options
author | Todd Gamblin <tgamblin@llnl.gov> | 2014-10-27 23:04:47 -0700 |
---|---|---|
committer | Todd Gamblin <tgamblin@llnl.gov> | 2014-10-27 23:04:47 -0700 |
commit | 84aa69fb0ddfa9219c46604a67d282eee3b94190 (patch) | |
tree | a692bc616996902d8af349c96c78139d6b4736bc /bin | |
parent | 86980c298e2cdd4e29305f029a0bac5aaa6b2e75 (diff) | |
parent | ee528bc426c458b1dd774ae49fb7205eadcab7dd (diff) | |
download | spack-0.8.10.tar.gz spack-0.8.10.tar.bz2 spack-0.8.10.tar.xz spack-0.8.10.zip |
Release v0.8.10v0.8.10
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/spack | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |