We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd4c9a1 commit f6d1329Copy full SHA for f6d1329
Rakefile
@@ -162,7 +162,7 @@ desc 'Update multitool binaries to latest releases'
162
task :update_multitool do |_task, _arguments|
163
puts 'Updating multitool binary versions'
164
Bazel.execute('run', [], '//scripts:update_multitool_binaries')
165
- @git.add('multitool.lock.json') if File.exist?('multitool.lock.json')
+ @git.add('multitool.lock.json')
166
end
167
168
task ios_driver: [
0 commit comments