From 0c8ff09f3b47edcd204cdcff6f4ca52e1d3127a5 Mon Sep 17 00:00:00 2001 From: Jacob Heider Date: Fri, 29 Mar 2024 10:02:09 -0400 Subject: [PATCH] fix(tailcall) close #5737 --- projects/tailcall.run/package.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/tailcall.run/package.yml b/projects/tailcall.run/package.yml index 8c35ac06..e1736cdd 100644 --- a/projects/tailcall.run/package.yml +++ b/projects/tailcall.run/package.yml @@ -22,4 +22,4 @@ test: # required file - run: touch .env if: '>=0.65.0' - - test "$(tailcall --version)" = "tailcall {{version}}" + - tailcall --version | grep "tailcall {{version}}"