diff --git a/CITATION.cff b/CITATION.cff index 2bbd826..456c51c 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -3,8 +3,8 @@ message: If you use this software, please cite it using these metadata. title: JSON Lint abstract: A tool to lint your JSON files with jq. type: software -version: 0.1.0 -date-released: 2024-05-22 +version: 0.1.1 +date-released: 2024-06-24 repository-code: https://github.com/CICDToolbox/json-lint keywords: - "Wolf Software" diff --git a/pipeline.sh b/pipeline.sh index cf52c39..7107397 100755 --- a/pipeline.sh +++ b/pipeline.sh @@ -273,7 +273,7 @@ function install_prerequisites() fail "${CMD[*]}" "${errors}" true exit "${EXIT_VALUE}" fi - done < <(find . -name 'requirements.txt' -type f -not -path "./.git/*" | sed 's|^./||' | sort -Vf || true) + done < <(find . -name 'requirements*.txt' -type f -not -path "./.git/*" | sed 's|^./||' | sort -Vf || true) fi }