Skip to content

Commit 64ed7ca

Browse files
committed
set libre office path
1 parent 66fd084 commit 64ed7ca

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/TestCase.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ protected function getEnvironmentSetUp($app): void
3333
$app['config']->set('doxswap.input_disk', 'local');
3434
$app['config']->set('doxswap.output_disk', 'local');
3535
$app['config']->set('doxswap.cleanup_strategy', 'none');
36-
$app['config']->set('doxswap.drivers.libreoffice_path', env('LIBREOFFICE_PATH', '/Applications/LibreOffice.app/Contents/MacOS/soffice'));
37-
//$app['config']->set('doxswap.drivers.libreoffice_path', env('LIBREOFFICE_PATH', '/usr/bin/soffice'));
36+
//$app['config']->set('doxswap.drivers.libreoffice_path', env('LIBREOFFICE_PATH', '/Applications/LibreOffice.app/Contents/MacOS/soffice'));
37+
$app['config']->set('doxswap.drivers.libreoffice_path', env('LIBREOFFICE_PATH', '/usr/bin/soffice'));
3838
$app['config']->set('doxswap.drivers.pandoc_path', env('PANDOC_PATH', '/usr/bin/pandoc'));
3939
}
4040
}

0 commit comments

Comments
 (0)