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'