does this work

This commit is contained in:
Matthew Rathbone
2024-04-12 21:23:29 -05:00
parent e68bc25b14
commit 57ea6edc95

View File

@@ -1,7 +1,5 @@
#!/bin/bash
set -euxo pipefail
# Use $(...) for command substitution
FILES=$(find apps/studio/tests/integration/lib/db -name "*spec.js")
# Properly handle newline characters and convert to JSON array