[tor-commits] [gettor/master] Fix quote bug

hiro at torproject.org hiro at torproject.org
Fri Sep 27 14:49:06 UTC 2019


commit d3c0d4cab2edb826aa1a2a7ce687505cb4127f08
Author: hiro <hiro at torproject.org>
Date:   Fri Sep 27 16:49:04 2019 +0200

    Fix quote bug
---
 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 8d383de..f281e36 100644
--- a/roles/gettor-web/tasks/main.yml
+++ b/roles/gettor-web/tasks/main.yml
@@ -20,7 +20,7 @@
 
 - pip:
     name: lektor
-    virtualenv: {{ gettor_web_path }}/venv
+    virtualenv: "{{ gettor_web_path }}/venv"
 
 - name: activate virtualenv
   command: . {{ gettor_web_path }}/venv/bin/activate



More information about the tor-commits mailing list