Skip to content
Snippets Groups Projects
Commit 58c53738 authored by Todd Gamblin's avatar Todd Gamblin
Browse files

update warning message for spack -k.

- warning said it didn't do checksums; really does.
parent 5d640128
No related branches found
No related tags found
No related merge requests found
...@@ -118,7 +118,7 @@ def main(): ...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment