diff options
author | Todd Gamblin <tgamblin@llnl.gov> | 2014-03-13 14:50:38 -0700 |
---|---|---|
committer | Todd Gamblin <tgamblin@llnl.gov> | 2014-03-13 14:51:28 -0700 |
commit | 77aeac65013250b1bd3beccb4c2f6dc6d3138ac9 (patch) | |
tree | 76f9e37946f9456bbc7fe83d5822efc3ba77d797 /bin | |
parent | c3f3353de0011d8366068530ac56dfe55ae66135 (diff) | |
download | spack-77aeac65013250b1bd3beccb4c2f6dc6d3138ac9.tar.gz spack-77aeac65013250b1bd3beccb4c2f6dc6d3138ac9.tar.bz2 spack-77aeac65013250b1bd3beccb4c2f6dc6d3138ac9.tar.xz spack-77aeac65013250b1bd3beccb4c2f6dc6d3138ac9.zip |
Support github URLs
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/spack | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -80,7 +80,7 @@ if args.mock: # 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. ") + 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 |