From e22daee0567bf5a1aadcb02dd1b75f9705e38b71 Mon Sep 17 00:00:00 2001 From: "Paul J. Davis" Date: Thu, 28 Apr 2011 11:06:58 -0400 Subject: [PATCH] Fixed typo in deploy docs. --- 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 20edb046..555b5f14 100644 --- a/doc/htdocs/deploy.html +++ b/doc/htdocs/deploy.html @@ -144,7 +144,7 @@ confuses the monitor services.

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
diff --git a/doc/site/deploy.rst b/doc/site/deploy.rst
index ba6e1e42..a2660484 100644
--- a/doc/site/deploy.rst
+++ b/doc/site/deploy.rst
@@ -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