Skip to content

Commit

Permalink
Fixed typo in deploy docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
davisp authored and benoitc committed May 11, 2011
1 parent 4211be4 commit e22daee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/htdocs/deploy.html
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ <h3><a class="toc-backref" href="#contents">Runit</a></h3>
<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
Expand Down
2 changes: 1 addition & 1 deletion doc/site/deploy.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e22daee

Please sign in to comment.