Skip to content

Commit

Permalink
Delegate to bazelisk (instead of bazel) from crazyfun
Browse files Browse the repository at this point in the history
  • Loading branch information
barancev committed Aug 28, 2019
1 parent 256377a commit ceab1e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rake-tasks/bazel.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ def self.execute(kind, args, target, &block)
verbose = Rake::FileUtilsExt.verbose_flag
outs = []

cmd = %w(bazel) + [kind, target] + (args || [])
cmd = %w(bazelisk) + [kind, target] + (args || [])
cmd_out = ""
Open3.popen2e(*cmd) do |stdin, stdouts, wait|
Thread.new do
Expand Down

0 comments on commit ceab1e3

Please sign in to comment.