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.
2 parents f7d92fe + 7719798 commit 0631c15Copy full SHA for 0631c15
lib/word-to-markdown.rb
@@ -50,7 +50,7 @@ def self.run_command(*args)
50
51
output, status = Open3.capture2e(soffice.path, *args)
52
logger.debug output
53
- raise "Command `#{soffice_path} #{args.join(" ")}` failed: #{output}" if status.exitstatus != 0
+ raise "Command `#{soffice.path} #{args.join(" ")}` failed: #{output}" if status.exitstatus != 0
54
output
55
end
56
0 commit comments