commit 332d1be7d01878ffca0dda2c55d452ff9e81e534 Author: hiro hiro@torproject.org Date: Fri Sep 27 17:23:24 2019 +0200
Fix missing double quote --- 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 4c05156..ec2de2f 100644 --- a/roles/gettor/tasks/main.yml +++ b/roles/gettor/tasks/main.yml @@ -57,4 +57,4 @@ - name: start gettor shell: bin gettor_service start args: - chdir: "{{ gettor_path }} + chdir: "{{ gettor_path }}"
tor-commits@lists.torproject.org