mirror of
https://github.com/project-zot/zot.git
synced 2026-06-17 21:17:58 +08:00
a1d3dcf345
- Handle case where basepath equals targpath by returning "." - Ensure basepath is treated as directory with trailing slash to avoid false prefix matches - Fix linter issue by using += operator Addresses code review feedback. Co-authored-by: rchincha <45800463+rchincha@users.noreply.github.com>