summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorTodd Gamblin <tgamblin@llnl.gov>2015-10-08 00:14:44 -0700
committerTodd Gamblin <tgamblin@llnl.gov>2015-10-08 00:14:44 -0700
commit58c53738900db52615062387165e1e8ba9801362 (patch)
tree0b90fa93aea118f9df8deae79bccd996eeec3ed3 /bin
parent5d640128682065274d7e5e364c4e6bbaf8a51361 (diff)
downloadspack-58c53738900db52615062387165e1e8ba9801362.tar.gz
spack-58c53738900db52615062387165e1e8ba9801362.tar.bz2
spack-58c53738900db52615062387165e1e8ba9801362.tar.xz
spack-58c53738900db52615062387165e1e8ba9801362.zip
update warning message for spack -k.
- warning said it didn't do checksums; really does.
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