kiss-outdated: fix repo name for cleaner cache (#101)

If you run `kiss outdated .`, everything works but the cached SVGs are
all dumped into ~/.cache/kiss/repology/ rather than
~/.cache/kiss/repology/repo/. Fix this by getting the repo name from PWD.

Co-authored-by: phoebos <ben@bvnf.space>
Reviewed-on: https://codeberg.org/kiss-community/kiss/pulls/101
Co-authored-by: phoebos <phoebos@noreply.codeberg.org>
Co-committed-by: phoebos <phoebos@noreply.codeberg.org>
This commit is contained in:
phoebos 2022-10-21 09:50:35 +02:00 committed by Pratham
parent 74f78a8529
commit 58475f7f29
1 changed files with 1 additions and 1 deletions

View File

@ -333,7 +333,7 @@ repo_version() {
}
get_outdated() {
repo=${repo%%/}
repo=${PWD%%/}
printf '\n[Checking Repology for outdated packages in %s]\n\n' "$repo" >&2
for pkg in */; do