about summary refs log tree commit homepage
diff options
context:
space:
mode:
-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