diff options
author | Jim Galarowicz <jeg@krellinst.org> | 2015-11-06 11:55:49 -0800 |
---|---|---|
committer | Jim Galarowicz <jeg@krellinst.org> | 2015-11-06 11:55:49 -0800 |
commit | 046b348bd374254037e3cfd97163d9c52caad075 (patch) | |
tree | ce032717ea0fd0b0c0a27757e7ffa3db760b5939 /bin | |
parent | aa9b14aff47864c04f99bd4c83fb10dc6a9c49ad (diff) | |
parent | 9474b8cdac433ccae4451c810fb7f4bb1bd1bd16 (diff) | |
download | spack-046b348bd374254037e3cfd97163d9c52caad075.tar.gz spack-046b348bd374254037e3cfd97163d9c52caad075.tar.bz2 spack-046b348bd374254037e3cfd97163d9c52caad075.tar.xz spack-046b348bd374254037e3cfd97163d9c52caad075.zip |
Merge remote-tracking branch 'upstream/develop' into develop
Get up to date with rest of develop repository.
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 |