Skip to content

Commit

Permalink
Merge pull request #42982 from nextcloud/backport/42974/stable28
Browse files Browse the repository at this point in the history
[stable28] fix(build): Fix OpenAPI diff on non-default specs
  • Loading branch information
susnux authored Jan 20, 2024
2 parents 74f3d0f + 54b9636 commit ea2ba8b
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 ea2ba8b

Please sign in to comment.