From c082cd89dc4997f9a8ec78692e0948cce894b928 Mon Sep 17 00:00:00 2001 From: Xe Iaso Date: Sat, 16 May 2026 03:12:17 -0400 Subject: [PATCH] test(i18n): fix backoff-retry invocation Signed-off-by: Xe Iaso --- test/i18n/tekton.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/i18n/tekton.sh b/test/i18n/tekton.sh index b626800b..2415cc77 100755 --- a/test/i18n/tekton.sh +++ b/test/i18n/tekton.sh @@ -17,4 +17,4 @@ go tool anubis \ --use-remote-address \ --target=unix://$(pwd)/unixhttpd.sock & -backoff-retry node ./test.mjs +go tool backoff-retry node ./test.mjs