summaryrefslogtreecommitdiff
path: root/morphlib/util.py
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2014-10-10 14:04:25 +0100
committerPedro Alvarez <pedro.alvarez@codethink.co.uk>2014-10-10 14:21:44 +0100
commit90f6132cfbc314957dfca1228ec73d6e5695ef2a (patch)
treea29b6fffe255dac6529f93a8cc26f856d263b8af /morphlib/util.py
parent120b16734079e5899b04f76a8c3c37c9a3ae8b3a (diff)
downloadmorph-baserock/pedroalvarez/remove-queueing.tar.gz
Diffstat (limited to 'morphlib/util.py')
-rw-r--r--morphlib/util.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/morphlib/util.py b/morphlib/util.py
index cc8ce88d..d5b0bce7 100644
--- a/morphlib/util.py
+++ b/morphlib/util.py
@@ -187,7 +187,7 @@ def combine_aliases(app): # pragma: no cover
elif '=' not in trove_id and trove_id not in alias_map:
alias_map[trove_id] = "%s=%s#%s" % (
trove_id,
- _expand('ssh', trove_id),
+ _expand('git', trove_id),
_expand('ssh', trove_id))
for repo_alias in repo_aliases:
m = re.match(repo_pat, repo_alias)