1
0
Fork 0
mirror of https://github.com/puma/puma.git synced 2022-11-09 13:48:40 -05:00

Stupid emacs capitalized the function call.

git-svn-id: svn+ssh://rubyforge.org/var/svn/mongrel/trunk@133 19e92222-5c0b-0410-8929-a290d50e31e9
This commit is contained in:
zedshaw 2006-03-30 09:33:35 +00:00
parent b87e5685a2
commit 1793acbedd

View file

@ -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