Merge pull request #2131 from okriuchykhin/ok_SCI_3970

Change default executable name for LibreOffice [SCI-3970]
This commit is contained in:
Alex Kriuchykhin 2019-10-07 16:50:09 +02:00 committed by GitHub
commit b752f32444
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -44,7 +44,7 @@ module ActiveStorage
end
def libreoffice_path
ENV['LIBREOFFICE_PATH'] || 'libreoffice'
ENV['LIBREOFFICE_PATH'] || 'soffice'
end
end
end