From f22b82075d9060e0c4062315cc0f1d4401a44a3d Mon Sep 17 00:00:00 2001 From: Radek Czajka Date: Mon, 30 Dec 2013 15:42:58 +0100 Subject: [PATCH] minor fix --- fnpdjango/deploy/__init__.py | 1 - 1 file changed, 1 deletion(-) diff --git a/fnpdjango/deploy/__init__.py b/fnpdjango/deploy/__init__.py index 5b61df1..3fce286 100644 --- a/fnpdjango/deploy/__init__.py +++ b/fnpdjango/deploy/__init__.py @@ -113,7 +113,6 @@ def deploy_version(version): @task def restart(): - require('services') for service in env.services or (): execute(service) -- 2.20.1