From 0f21a9316d8f4726e141f841a31c6ccd90512eea Mon Sep 17 00:00:00 2001 From: Dmitry Labutin Date: Tue, 29 Dec 2015 09:58:38 +0300 Subject: [PATCH] Github uses both HTTP and HTTPS protocols --- source_control/git.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source_control/git.py b/source_control/git.py index bdc87b034a2..e4e3f3945d8 100644 --- a/source_control/git.py +++ b/source_control/git.py @@ -33,7 +33,7 @@ options: required: true aliases: [ name ] description: - - git, SSH, or HTTP protocol address of the git repository. + - git, SSH, or HTTP(S) protocol address of the git repository. dest: required: true description: