From b8664a97513d97449490f05b0d58dc526d88abeb Mon Sep 17 00:00:00 2001 From: Kevin Gartland Date: Wed, 31 Jan 2024 13:51:58 -0500 Subject: [PATCH] use quotes for windows --- test/bats/justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/bats/justfile b/test/bats/justfile index 95b3d2a34..7e81e5597 100644 --- a/test/bats/justfile +++ b/test/bats/justfile @@ -79,7 +79,7 @@ test-contract: fi # content_list will contain all content in - content_list=$(find ../content/bundles -type d -depth 1 -exec basename {} ';') + content_list=$(find "../content/bundles" -type d -depth 1 -exec basename {} ';') # IFS=' ' read -ra my_array <<< "${content_list}" for i in ${content_list} do