summaryrefslogtreecommitdiff
path: root/morph
diff options
context:
space:
mode:
Diffstat (limited to 'morph')
-rwxr-xr-xmorph2
1 files changed, 1 insertions, 1 deletions
diff --git a/morph b/morph
index 1876c7cb..485dd469 100755
--- a/morph
+++ b/morph
@@ -394,4 +394,4 @@ class Morph(cliapp.Application):
if __name__ == '__main__':
- Morph(version=morphlib.__version__).run()
+ Morph().run()