Merge branch 'develop'

This commit is contained in:
Oleksii Kriuchykhin 2021-03-04 16:11:30 +01:00
commit b140c24050
2 changed files with 2 additions and 2 deletions

View file

@ -1 +1 @@
1.21.3
1.21.4

View file

@ -21,7 +21,7 @@ module ActiveStorage
begin
success = system(
"#{libreoffice_path} --headless --invisible --convert-to png --outdir #{work_dir} #{input.path}"
libreoffice_path, '--headless', '--invisible', '--convert-to', 'png', '--outdir', work_dir, input.path
)
unless success && File.file?(preview_file)