summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--morphlib/util.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/morphlib/util.py b/morphlib/util.py
index 6d7d5c4b..6d15fcfe 100644
--- a/morphlib/util.py
+++ b/morphlib/util.py
@@ -117,7 +117,7 @@ def combine_aliases(app): # pragma: no cover
elif protocol == "ssh":
return "ssh://git@%s/%s/%%s" % (trove_host, path)
else:
- raise cliapp.AppException(
+ raise morphlib.Error(
'Unknown protocol in trove_id: %s' % protocol)
if trove_host: