Skip to content

Commit

Permalink
[ci] Only checking for linux
Browse files Browse the repository at this point in the history
  • Loading branch information
diemol committed Jan 20, 2025
1 parent 889b309 commit 58eec44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -1126,7 +1126,7 @@ namespace :all do
end

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

def updated_version(current, desired = nil, nightly = nil)
Expand Down

0 comments on commit 58eec44

Please sign in to comment.