fix: ignore abra-bash for catalogue generation

This commit is contained in:
decentral1se 2021-09-20 16:53:38 +02:00
parent 96aa74a977
commit a8ce64a9db
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@ import (
// CatalogueSkipList is all the repos that are not recipes.
var CatalogueSkipList = map[string]bool{
"abra": true,
"abra-bash": true,
"abra-apps": true,
"abra-aur": true,
"abra-capsul": true,