Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dmexe committed Dec 2, 2024
1 parent 63bbadb commit 5ab62ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ferrum/browser/options/base.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def self.options

# @return [String, nil]
def self.version
out, = Open3.capture2(detect_path, "--version")
out, = Open3.capture2(instance.detect_path, "--version")
out.strip
rescue Errno::ENOENT
nil
Expand Down

0 comments on commit 5ab62ec

Please sign in to comment.