diff --git a/tools/repo_pull/repo_pull.py b/tools/repo_pull/repo_pull.py index 2d833ebc4..ae8b1c80a 100755 --- a/tools/repo_pull/repo_pull.py +++ b/tools/repo_pull/repo_pull.py @@ -94,7 +94,7 @@ class ChangeList(object): self.fetch = fetch fetch_git = None - for protocol in ('http', 'sso', 'rpc'): + for protocol in ('http', 'sso', 'rpc', 'ssh'): fetch_git = fetch.get(protocol) if fetch_git: break