From 8ec83543b871faeda34a82c5e024f8cebfedd849 Mon Sep 17 00:00:00 2001 From: Jacob Heider Date: Mon, 6 May 2024 10:34:27 -0400 Subject: [PATCH] fix(turso)[1] closes #6068 closes #6069 --- projects/turso.tech/package.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/projects/turso.tech/package.yml b/projects/turso.tech/package.yml index d65e70d0..b5f6d695 100644 --- a/projects/turso.tech/package.yml +++ b/projects/turso.tech/package.yml @@ -36,6 +36,6 @@ build: test: - run: 'test "$(turso db locations 2>&1 || true)" = "Error: user not logged in, please login with turso auth login"' - if: <0.93.2 + if: <0.93.1 - run: 'test "$(turso db locations 2>&1 || true)" = "You are not logged in, please login with turso auth login before running other commands."' - if: '>=0.93.2' + if: '>=0.93.1'