
27 Sep
2019
27 Sep
'19
4:14 p.m.
commit 7493b6875dac44bdde1f3960e0976905c5ce9958 Author: hiro <hiro@torproject.org> Date: Fri Sep 27 18:14:21 2019 +0200 Fix typo --- roles/gettor-web/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/gettor-web/tasks/main.yml b/roles/gettor-web/tasks/main.yml index 93d907a..1adaedf 100644 --- a/roles/gettor-web/tasks/main.yml +++ b/roles/gettor-web/tasks/main.yml @@ -29,7 +29,7 @@ executable: /bin/bash - name: lektor build - shell: lektor build -O {{ home_path }}/www + shell: lektor build -O {{ home_path }}www args: chdir: "{{ gettor_web_path }}"