Skip to content

Commit

Permalink
chore: Add directory to toys toplevel context (#26575)
Browse files Browse the repository at this point in the history
  • Loading branch information
aandreassa authored Aug 6, 2024
1 parent 9bc9636 commit 6c0c026
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .toys/ci.rb
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ def run_toplevel
puts "toplevel: bundle ...", :bold, :cyan
result = exec ["bundle", @bundle_task, "--retry=#{bundle_retry}"]
unless result.success?
@errors << [dir, "bundle"]
@errors << ["toplevel", "bundle"]
return
end
end
Expand Down

0 comments on commit 6c0c026

Please sign in to comment.