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 )