diff --git a/pelican_deploy/deploy.py b/pelican_deploy/deploy.py index 7cbbeca..882b4d0 100644 --- a/pelican_deploy/deploy.py +++ b/pelican_deploy/deploy.py @@ -133,7 +133,7 @@ class DeploymentRunner: log.error( "non-empty %s exists but not a valid git repository!", self.build_repo_path) - raise RuntimeException(("non-empty {} exists but not a" + raise RuntimeError(("non-empty {} exists but not a" "valid git repository!").format(self.build_repo_path)) else: log.info("Build repository %s not there, cloning",