Browse Source

Merge pull request #42974 from nextcloud/fix/build/openapi-diff-non-default

tags/v29.0.0beta1
Kate 4 months ago
parent
commit
6f1393d34b
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      build/openapi-checker.sh

+ 1
- 1
build/openapi-checker.sh View File

@@ -9,7 +9,7 @@ done
files="$(git diff --name-only)"
changed=false
for file in $files; do
if [[ $file == *"openapi.json" ]]; then
if [[ $file == *"openapi"*".json" ]]; then
changed=true
break
fi

Loading…
Cancel
Save