diff options
author | Todd Gamblin <tgamblin@llnl.gov> | 2015-10-08 00:14:44 -0700 |
---|---|---|
committer | Todd Gamblin <tgamblin@llnl.gov> | 2015-10-08 00:14:44 -0700 |
commit | 58c53738900db52615062387165e1e8ba9801362 (patch) | |
tree | 0b90fa93aea118f9df8deae79bccd996eeec3ed3 /bin | |
parent | 5d640128682065274d7e5e364c4e6bbaf8a51361 (diff) | |
download | spack-58c53738900db52615062387165e1e8ba9801362.tar.gz spack-58c53738900db52615062387165e1e8ba9801362.tar.bz2 spack-58c53738900db52615062387165e1e8ba9801362.tar.xz spack-58c53738900db52615062387165e1e8ba9801362.zip |
update warning message for spack -k.
- warning said it didn't do checksums; really does.
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/spack | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -118,7 +118,7 @@ def main(): # 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 or checksums.") + tty.warn("You asked for --insecure, which does not check SSL certificates.") spack.curl.add_default_arg('-k') # Try to load the particular command asked for and run it |