From: Radek Czajka Date: Mon, 30 Dec 2013 14:42:58 +0000 (+0100) Subject: minor fix X-Git-Tag: 0.1.12~1 X-Git-Url: https://git.mdrn.pl/fnpdjango.git/commitdiff_plain/f22b82075d9060e0c4062315cc0f1d4401a44a3d minor fix --- 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)