diff --git a/.github/workflows/validate-macsetup.yaml b/.github/workflows/validate-macsetup.yaml index b5e262f..07e619a 100644 --- a/.github/workflows/validate-macsetup.yaml +++ b/.github/workflows/validate-macsetup.yaml @@ -42,7 +42,7 @@ jobs: run: | # Read validation commands from config/tools.json and run them macsetup_dir="$HOME/.macsetup" - tools=$(jq -c '.[]?' "$macsetup_dir/tools.json") + tools=$(jq -c '.[]' "$macsetup_dir/tools.json") for tool in $tools; do name=$(echo "$tool" | jq -r '.name') verify_command=$(echo "$tool" | jq -r '.verify_command')