From 586d012c4774e4019396c584c71d42ef6f8e785a Mon Sep 17 00:00:00 2001 From: Toshio Kuratomi Date: Mon, 8 Dec 2014 16:48:53 -0800 Subject: [PATCH] Revert git module doc update because it appears ssh:// works and bare ssh repo does not This reverts commit e715909831e27cbfed2ae86e886bf154cefd7b6c. --- 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 d7e12508803..06768744b13 100644 --- a/source_control/git.py +++ b/source_control/git.py @@ -155,7 +155,7 @@ EXAMPLES = ''' version=release-0.22 # Example read-write git checkout from github -- git: repo=git@github.com/mylogin/hello.git dest=/home/mylogin/hello +- git: repo=ssh://git@github.com/mylogin/hello.git dest=/home/mylogin/hello # Example just ensuring the repo checkout exists - git: repo=git://foosball.example.org/path/to/repo.git dest=/srv/checkout update=no