Fixed typo in deploy docs.

This commit is contained in:
Paul J. Davis 2011-04-28 11:06:58 -04:00 committed by benoitc
parent 4211be4df4
commit e22daee056
2 changed files with 2 additions and 2 deletions

View File

@ -144,7 +144,7 @@ confuses the monitor services.</p>
<p>A popular method for deploying Gunicorn is to have it monitored by <a class="reference external" href="http://smarden.org/runit/">runit</a>.
An <a class="reference external" href="http://github.com/benoitc/gunicorn/blob/master/examples/gunicorn_rc">example service</a> definition:</p>
<pre class="literal-block">
#!/bin sh
#!/bin/sh
GUNICORN=/usr/local/bin/gunicorn
ROOT=/path/to/project

View File

@ -130,7 +130,7 @@ Runit
A popular method for deploying Gunicorn is to have it monitored by runit_.
An `example service`_ definition::
#!/bin sh
#!/bin/sh
GUNICORN=/usr/local/bin/gunicorn
ROOT=/path/to/project