update warning message for spack -k.
- warning said it didn't do checksums; really does.
This commit is contained in:
parent
5d64012868
commit
58c5373890
1 changed files with 1 additions and 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
|
||||
|
|
Loading…
Reference in a new issue