diff --git a/src/centpkg/__init__.py b/src/centpkg/__init__.py index 17e8edb..0d1f025 100644 --- a/src/centpkg/__init__.py +++ b/src/centpkg/__init__.py @@ -70,7 +70,7 @@ class Commands(pyrpkg.Commands): raise NotImplementedError("This command is not yet implemented in centpkg") def clone(self, *args, **kwargs): - raise NotImplementedError("This command is not yet implemented in centpkg") + super(Commands,self).clone(*args, **kwargs) def clone_with_dirs(self, *args, **kwargs): raise NotImplementedError("This command is not yet implemented in centpkg")