about summary refs log tree commit homepage
path: root/bin
diff options
context:
space:
mode:
authorzedshaw <zedshaw@19e92222-5c0b-0410-8929-a290d50e31e9>2006-03-04 17:55:39 +0000
committerzedshaw <zedshaw@19e92222-5c0b-0410-8929-a290d50e31e9>2006-03-04 17:55:39 +0000
commitd150cae4777ae8722397901eb64f1cd53a74aa91 (patch)
tree804cb68d0ccd13253eee6449c99c0c9142542617 /bin
parentec5d3f2b6c30e847d3e174d2b0d7bad7e0b1af60 (diff)
downloadunicorn-d150cae4777ae8722397901eb64f1cd53a74aa91.tar.gz
git-svn-id: svn+ssh://rubyforge.org/var/svn/mongrel/trunk@74 19e92222-5c0b-0410-8929-a290d50e31e9
Diffstat (limited to 'bin')
-rw-r--r--bin/mongrel_rails_service2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/mongrel_rails_service b/bin/mongrel_rails_service
index 38cd71a..79fecdb 100644
--- a/bin/mongrel_rails_service
+++ b/bin/mongrel_rails_service
@@ -20,7 +20,7 @@ module GenericCommand
   def validate
     valid? @svc_name != nil, "You must specify the service name to be uninstalled."
     
-    # We should validate service existance here, right Zed?
+    # Validate that the service exists
     begin
       valid? Service.exists?(@svc_name), "There is no service with that name, cannot proceed."
     rescue