commit c991eabbc82976eb182d7442e8de770e18e4c37c Author: hiro hiro@torproject.org Date: Sat Aug 31 15:39:56 2019 +0200
Update gettor tasks --- roles/gettor/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/roles/gettor/tasks/main.yml b/roles/gettor/tasks/main.yml index 3c842bf..c5251be 100644 --- a/roles/gettor/tasks/main.yml +++ b/roles/gettor/tasks/main.yml @@ -12,7 +12,7 @@ - name: export stats command: > ./scripts/export_stats - chdir: {{ gettor_path }} + chdir: "{{ gettor_path }}"
- name: create database command: >
tor-commits@lists.torproject.org