diff --git a/bin/mongrel_rails_service b/bin/mongrel_rails_service index dd6c32bd..dca3efc2 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