From f9997d71be62b4a956ed040a6dbc643f543330b1 Mon Sep 17 00:00:00 2001
From: Dan Braghis <dan.braghis@torchbox.com>
Date: Wed, 17 Jan 2018 11:23:05 +0000
Subject: [PATCH] Tweak fabfile

---
 fabfile.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fabfile.py b/fabfile.py
index 541c21825..8d35db553 100644
--- a/fabfile.py
+++ b/fabfile.py
@@ -115,7 +115,7 @@ def pull_dev_media():
 def _deploy(branch='master'):
     """Generic deployment tasks. Inherits the active role"""
 
-    _build_static(branch=branch)
+    _build_static(branch)
     _deploy_static()
 
     run('git pull')
-- 
GitLab