Skip to content

Commit c9730e2

Browse files
committed
Fix typo.
1 parent 51f72ea commit c9730e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/wraith/save_images.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ def get_driver
105105
'window-size=1200,1500',
106106
'hide-scrollbars',
107107
'ignore-certificate-errors'
108-
].each { |arg| options.add_argument("--#{arg}")
108+
].each { |arg| options.add_argument("--#{arg}") }
109109
Selenium::WebDriver.for :chrome, options: options
110110
end
111111
end

0 commit comments

Comments
 (0)