From e8b8de6905ba5f02cf1deef23cc36b238adb1900 Mon Sep 17 00:00:00 2001 From: Ivan Bushchik Date: Wed, 5 Jul 2023 12:13:21 +0300 Subject: [PATCH] tests in prod like titan --- tools/env.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/env.sh b/tools/env.sh index c926e58..c8ada20 100755 --- a/tools/env.sh +++ b/tools/env.sh @@ -20,7 +20,7 @@ if command -v gum >/dev/null; then TEA_GUM=gum else curl https://tea.xyz -o /tmp/tea - TEA_GUM=$(sh /tmp/tea --silent +charm.sh/gum which gum) + TEA_GUM=$(sh /tmp/tea --silent +charm.sh/gum which gum | tail -n 1) fi