From 6c0c02661da1515d50869ef4885cec534c67b64a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Andreassa?= Date: Mon, 5 Aug 2024 17:44:50 -0700 Subject: [PATCH] chore: Add directory to toys toplevel context (#26575) --- .toys/ci.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.toys/ci.rb b/.toys/ci.rb index 1fb6416b2e2e..1470e2b0f959 100644 --- a/.toys/ci.rb +++ b/.toys/ci.rb @@ -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