about summary refs log tree commit homepage
path: root/bin
diff options
context:
space:
mode:
authorzedshaw <zedshaw@19e92222-5c0b-0410-8929-a290d50e31e9>2006-03-30 09:33:35 +0000
committerzedshaw <zedshaw@19e92222-5c0b-0410-8929-a290d50e31e9>2006-03-30 09:33:35 +0000
commit1793acbedd62cf3aac9fd1ed3e36dde3654c920f (patch)
tree3be0f8415afae6728e71426e726e96e28c1ef3dd /bin
parentb87e5685a25acc5b9bb08dcbb811e58718068273 (diff)
downloadunicorn-1793acbedd62cf3aac9fd1ed3e36dde3654c920f.tar.gz
git-svn-id: svn+ssh://rubyforge.org/var/svn/mongrel/trunk@133 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 dd6c32b..dca3efc 100644
--- a/bin/mongrel_rails_service
+++ b/bin/mongrel_rails_service
@@ -80,7 +80,7 @@ class Install < GemPlugin::Plugin "/commands"
     end
     
     # Expand to get full path for mime-types file
-    @mime_map = File.Expand_path(@mime_map) if @mime_map
+    @mime_map = File.expand_path(@mime_map) if @mime_map
     
     # default service display to service name
     @svc_display = @svc_name if !@svc_display