From 58c53738900db52615062387165e1e8ba9801362 Mon Sep 17 00:00:00 2001
From: Todd Gamblin <tgamblin@llnl.gov>
Date: Thu, 8 Oct 2015 00:14:44 -0700
Subject: [PATCH] update warning message for spack -k.

- warning said it didn't do checksums; really does.
---
 bin/spack | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
-- 
GitLab