Skip to content

Commit ed0f992

Browse files
diemolsandeepsuryaprasad
authored andcommitted
[ci] Only checking for linux
1 parent c040c20 commit ed0f992

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Rakefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1126,7 +1126,7 @@ namespace :all do
11261126
end
11271127

11281128
at_exit do
1129-
system 'sh', '.git-fixfiles' if File.exist?('.git') && !SeleniumRake::Checks.windows?
1129+
system 'sh', '.git-fixfiles' if File.exist?('.git') && SeleniumRake::Checks.linux?
11301130
end
11311131

11321132
def updated_version(current, desired = nil, nightly = nil)

0 commit comments

Comments
 (0)