Skip to content

Commit

Permalink
Merge pull request #42974 from nextcloud/fix/build/openapi-diff-non-d…
Browse files Browse the repository at this point in the history
…efault
  • Loading branch information
provokateurin authored Jan 20, 2024
2 parents 90e2146 + 993d5d4 commit 6f1393d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/openapi-checker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6f1393d

Please sign in to comment.