From f9e6c8ad0bf6d202150ab4319241ee0d6e7a070d Mon Sep 17 00:00:00 2001 From: Benjamin DeMann Date: Tue, 27 Aug 2024 15:41:19 -0600 Subject: [PATCH] test --- scripts/just-paths.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/just-paths.sh b/scripts/just-paths.sh index c0836cf176..01665b59c7 100755 --- a/scripts/just-paths.sh +++ b/scripts/just-paths.sh @@ -1,9 +1,9 @@ #!/bin/bash EXAMPLE_DIRECTORIES=$(cat << END [ - "examples/hello_world", - "examples/hello_world2", - "examples/hello_world3" + {path: "examples/hello_world"}, + {path: "examples/hello_world2"}, + {path: "examples/hello_world3"} ] END )