From 3546727ec6b24ca7bf572be12c8ba18cc9f984d8 Mon Sep 17 00:00:00 2001 From: Benoit Chesneau Date: Wed, 18 Apr 2012 17:20:00 +0200 Subject: [PATCH] fix typo --- doc/htdocs/deploy.html | 2 +- doc/site/deploy.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/htdocs/deploy.html b/doc/htdocs/deploy.html index 63607fb6..156f5694 100644 --- a/doc/htdocs/deploy.html +++ b/doc/htdocs/deploy.html @@ -152,7 +152,7 @@ used to monitor gunicorn. A simple configuration is:

 [watcher:mywebapp]
 cmd = gunicorn -w 3 test:app
-working_dir = /Users/benoitc/work//gunicorn/examples
+working_dir = /Users/benoitc/work/gunicorn/examples
 send_hup = true
 

Then you can easily manage Gunicorn using the circusctl command.

diff --git a/doc/site/deploy.rst b/doc/site/deploy.rst index 7f52be9f..cc67f866 100644 --- a/doc/site/deploy.rst +++ b/doc/site/deploy.rst @@ -137,7 +137,7 @@ used to monitor gunicorn. A simple configuration is:: [watcher:mywebapp] cmd = gunicorn -w 3 test:app - working_dir = /Users/benoitc/work//gunicorn/examples + working_dir = /Users/benoitc/work/gunicorn/examples send_hup = true Then you can easily manage Gunicorn using the ``circusctl`` command.