diff --git a/.github/workflows/duplicates.yml b/.github/workflows/duplicates.yml index 9c0c2532d2..d143d718e0 100644 --- a/.github/workflows/duplicates.yml +++ b/.github/workflows/duplicates.yml @@ -1,4 +1,4 @@ -name: repoman +name: duplicates on: push: diff --git a/scripts/check-duplicates.sh b/scripts/check-duplicates.sh index 14965961e2..66d1bb9a19 100755 --- a/scripts/check-duplicates.sh +++ b/scripts/check-duplicates.sh @@ -10,7 +10,7 @@ printf "\nChecking for duplicates....\n" gentoo_location="/var/db/repos/gentoo" -guru_location="../" +guru_location="." gentoo_packs=$(find ${gentoo_location} -mindepth 2 -maxdepth 2 -printf "%P\n" | sort | grep -Ev "^(.git|.github|metadata|profiles|scripts)/") guru_packs=$(find ${guru_location} -mindepth 2 -maxdepth 2 -printf "%P\n" | sort | grep -Ev "^(.git|.github|metadata|profiles|scripts)/")