update warning message for spack -k.

- warning said it didn't do checksums; really does.
This commit is contained in:
Todd Gamblin 2015-10-08 00:14:44 -07:00
parent 5d64012868
commit 58c5373890

View file

@ -118,7 +118,7 @@ def main():
# If the user asked for it, don't check ssl certs. # If the user asked for it, don't check ssl certs.
if args.insecure: 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') spack.curl.add_default_arg('-k')
# Try to load the particular command asked for and run it # Try to load the particular command asked for and run it