[tor-commits] [gettor/master] Fix typo

hiro at torproject.org hiro at torproject.org
Fri Sep 27 16:14:23 UTC 2019


commit 7493b6875dac44bdde1f3960e0976905c5ce9958
Author: hiro <hiro at 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 }}"
 



More information about the tor-commits mailing list