summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorJim Galarowicz <jeg@krellinst.org>2015-11-06 11:55:49 -0800
committerJim Galarowicz <jeg@krellinst.org>2015-11-06 11:55:49 -0800
commit046b348bd374254037e3cfd97163d9c52caad075 (patch)
treece032717ea0fd0b0c0a27757e7ffa3db760b5939 /bin
parentaa9b14aff47864c04f99bd4c83fb10dc6a9c49ad (diff)
parent9474b8cdac433ccae4451c810fb7f4bb1bd1bd16 (diff)
downloadspack-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-xbin/spack2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/spack b/bin/spack
index 5c042edd2d..127a85f6fe 100755
--- a/bin/spack
+++ b/bin/spack
@@ -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