Skip to content

Commit f766feb

Browse files
Update tasks/build.sh
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent bf36d16 commit f766feb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ done
7878

7979
cat src/deps-supabase.txt | tsort | tac > src/deps-ordered-supabase.txt
8080

81-
cat src/deps-ordered-supabase.txt | xargs cat | grep -v REQUIRE >> release/cipherstash-encrypt-supabase.sql\
81+
cat src/deps-ordered-supabase.txt | xargs cat | grep -v REQUIRE >> release/cipherstash-encrypt-supabase.sql
8282

8383
cat src/deps-ordered-supabase.txt | xargs cat | grep -v REQUIRE >> dbdev/eql--0.0.0.sql
8484

0 commit comments

Comments
 (0)