Skip to content

Commit f6d1329

Browse files
committed
Revert unnecessary file existence check
1 parent cd4c9a1 commit f6d1329

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ desc 'Update multitool binaries to latest releases'
162162
task :update_multitool do |_task, _arguments|
163163
puts 'Updating multitool binary versions'
164164
Bazel.execute('run', [], '//scripts:update_multitool_binaries')
165-
@git.add('multitool.lock.json') if File.exist?('multitool.lock.json')
165+
@git.add('multitool.lock.json')
166166
end
167167

168168
task ios_driver: [

0 commit comments

Comments
 (0)