[tor-commits] [gettor/master] Fix missing double quote

hiro at torproject.org hiro at torproject.org
Fri Sep 27 15:23:29 UTC 2019


commit 332d1be7d01878ffca0dda2c55d452ff9e81e534
Author: hiro <hiro at 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 }}"



More information about the tor-commits mailing list