Support github URLs

This commit is contained in:
Todd Gamblin
2014-03-13 14:50:38 -07:00
parent c3f3353de0
commit 77aeac6501
2 changed files with 5 additions and 1 deletions

View File

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