This commit is contained in:
uu59 2014-11-11 12:56:57 +09:00
parent c7233a565e
commit fe110ba0ec

View File

@ -34,7 +34,7 @@ module FluentdUI
case RbConfig::CONFIG['host_os'] case RbConfig::CONFIG['host_os']
when /darwin|mac os/ when /darwin|mac os/
:macosx :macosx
else else # FIXME: windows is unix? :P
:unix :unix
end end
end end