We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05ce17c commit 1def716Copy full SHA for 1def716
lib/libreconv.rb
@@ -113,7 +113,7 @@ def escaped_source_path
113
114
# @return [String]
115
def target_filename
116
- File.basename(escaped_source_path, '.*') + '.' + File.basename(@convert_to, ':*')
+ File.basename(escaped_source_path, '.*') + '.' + File.basename(@convert_to.split(':').first)
117
end
118
119
# @raise [IOError] If soffice headless command line tool not found.
0 commit comments