From 12a44532ecf28a13e7d3cde24497563a6d809e6f Mon Sep 17 00:00:00 2001 From: Lars Beckers <larsb@fsmpi.rwth-aachen.de> Date: Tue, 3 Jul 2018 20:36:25 +0200 Subject: [PATCH] fix command variable in lehrpreis --- uwsgi-python/tasks/apps/lehrpreis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uwsgi-python/tasks/apps/lehrpreis.yml b/uwsgi-python/tasks/apps/lehrpreis.yml index 4063750..ce1b3df 100644 --- a/uwsgi-python/tasks/apps/lehrpreis.yml +++ b/uwsgi-python/tasks/apps/lehrpreis.yml @@ -10,7 +10,7 @@ when: lehrpreis_branding_logo and lehrpreis_branding_logo_src - name: ensure the translations are compiled - command: "{ {app_venv }}/bin/pybabel compile -d translations" + command: "{{ app_venv }}/bin/pybabel compile -d translations" args: chdir: "{{ app_path }}" when: git.changed -- GitLab