summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--morphlib/app.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/morphlib/app.py b/morphlib/app.py
index 3f4171a4..930e023d 100644
--- a/morphlib/app.py
+++ b/morphlib/app.py
@@ -432,7 +432,7 @@ class Morph(cliapp.Application):
self._help(True)
def help_extensions(self, args):
- exts = extensions.list_extensions(self.settings['build-ref-prefix'])
+ exts = extensions.list_extensions()
template = "Extensions:\n %s\n"
ext_string = '\n '.join(exts)
self.output.write(template % (ext_string))