From 1074ca925683a2f0b5284075534c610030f665f7 Mon Sep 17 00:00:00 2001 From: Peter Dahlberg Date: Mon, 20 Jun 2016 02:44:37 +0200 Subject: [PATCH] again --- pelican_deploy/deploy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pelican_deploy/deploy.py b/pelican_deploy/deploy.py index b503a51..5f72b25 100644 --- a/pelican_deploy/deploy.py +++ b/pelican_deploy/deploy.py @@ -84,7 +84,7 @@ class DeploymentRunner: def clean_fn(): rmpaths = [str(self.build_repo_path), str(self._output_dir)] for p in rmpaths: - check_call(["rm", "-rf"] + p) + check_call(["rm", "-rf", p]) with self._build_lock: if abort_running: