Skip to content

Commit c0e63a2

Browse files
committed
Fix Ruby
1 parent bf53c3d commit c0e63a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rb/lib/selenium/webdriver/common/platform.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ def os
5151
end
5252

5353
def ci
54-
elsif ENV['JENKINS']
54+
if ENV['JENKINS']
5555
:jenkins
5656
elsif ENV['APPVEYOR']
5757
:appveyor

0 commit comments

Comments
 (0)