0
0
forked from toolshed/abra

fix: ignore abra-bash for catalogue generation

This commit is contained in:
2021-09-20 16:53:38 +02:00
parent 96aa74a977
commit a8ce64a9db

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,