[openssl-commits] [web]  master update
    Rich Salz 
    rsalz at openssl.org
       
    Thu Jun  1 13:41:00 UTC 2017
    
    
  
The branch master has been updated
       via  d1a6132138b24aaac582c12af9c3f0ae78c38ae1 (commit)
      from  ec5ce815ce0a8c707ac4381c825f652e72f4335c (commit)
- Log -----------------------------------------------------------------
commit d1a6132138b24aaac582c12af9c3f0ae78c38ae1
Author: Rich Salz <rsalz at akamai.com>
Date:   Thu Jun 1 09:40:57 2017 -0400
    Typo
-----------------------------------------------------------------------
Summary of changes:
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
index 6c71bec..3bbb8bc 100644
--- a/Makefile
+++ b/Makefile
@@ -73,7 +73,7 @@ sitemap:
 
 community/committers.inc:
 	@rm -f $@
-	wget -q https://api.openssl.org/0/Group/commit/Members |
+	wget -q https://api.openssl.org/0/Group/commit/Members | \
 	    ./bin/mk-committers >$@
 
 docs/faq.inc: docs/faq.txt bin/mk-faq
    
    
More information about the openssl-commits
mailing list