From 9d1aff43bbaf99d9bab1b03e21b7b5745e40830e Mon Sep 17 00:00:00 2001 From: Fabio Alessandro Locati Date: Fri, 2 Dec 2016 15:29:54 +0000 Subject: Unquote urls in YAML - web_infrastructure (#5794) --- web_infrastructure/supervisorctl.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web_infrastructure/supervisorctl.py b/web_infrastructure/supervisorctl.py index 97cd3a0c..35d40928 100644 --- a/web_infrastructure/supervisorctl.py +++ b/web_infrastructure/supervisorctl.py @@ -104,7 +104,7 @@ EXAMPLES = ''' state: restarted username: test password: testpass - server_url: 'http://localhost:9001' + server_url: http://localhost:9001 ''' -- cgit v1.2.1