Skip to content

Commit

Permalink
Fix report script for unpublished packages (#93)
Browse files Browse the repository at this point in the history
* Fix report script for unpublished packages

* Simplify
  • Loading branch information
Mrtenz authored Jul 11, 2024
1 parent 32d300a commit 4d330a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/report.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ for file in "$directory"/*.tgz; do
pkdiff "$name@latest" "$file" \
--no-exit-code \
--no-open \
--output "$directory/$basename.html"
--output "$directory/$basename.html" || true
fi
done

0 comments on commit 4d330a9

Please sign in to comment.