diff --git a/Rakefile b/Rakefile index 02e5db7d35c88..447f256344583 100644 --- a/Rakefile +++ b/Rakefile @@ -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)