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:
parent
b87e5685a2
commit
1793acbedd
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue