Skip to content

Commit

Permalink
fix(build): Fix OpenAPI diff on non-default specs
Browse files Browse the repository at this point in the history
Signed-off-by: provokateurin <[email protected]>
  • Loading branch information
provokateurin authored and backportbot-nextcloud[bot] committed Jan 20, 2024
1 parent 1086d1e commit 54b9636
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 54b9636

Please sign in to comment.