diff --git a/klone.yaml b/klone.yaml index a225c666..ebe538ab 100644 --- a/klone.yaml +++ b/klone.yaml @@ -10,55 +10,55 @@ targets: - folder_name: boilerplate repo_url: https://github.com/cert-manager/makefile-modules.git repo_ref: main - repo_hash: e3e4a87140be974c8cca913dc7ce920fe71141a9 + repo_hash: 9f0a38db1bbd0ac468c2b12d6f61251b2f4452d9 repo_path: modules/boilerplate - folder_name: cert-manager repo_url: https://github.com/cert-manager/makefile-modules.git repo_ref: main - repo_hash: e3e4a87140be974c8cca913dc7ce920fe71141a9 + repo_hash: 9f0a38db1bbd0ac468c2b12d6f61251b2f4452d9 repo_path: modules/cert-manager - folder_name: controller-gen repo_url: https://github.com/cert-manager/makefile-modules.git repo_ref: main - repo_hash: e3e4a87140be974c8cca913dc7ce920fe71141a9 + repo_hash: 9f0a38db1bbd0ac468c2b12d6f61251b2f4452d9 repo_path: modules/controller-gen - folder_name: generate-verify repo_url: https://github.com/cert-manager/makefile-modules.git repo_ref: main - repo_hash: e3e4a87140be974c8cca913dc7ce920fe71141a9 + repo_hash: 9f0a38db1bbd0ac468c2b12d6f61251b2f4452d9 repo_path: modules/generate-verify - folder_name: helm repo_url: https://github.com/cert-manager/makefile-modules.git repo_ref: main - repo_hash: e3e4a87140be974c8cca913dc7ce920fe71141a9 + repo_hash: 9f0a38db1bbd0ac468c2b12d6f61251b2f4452d9 repo_path: modules/helm - folder_name: help repo_url: https://github.com/cert-manager/makefile-modules.git repo_ref: main - repo_hash: e3e4a87140be974c8cca913dc7ce920fe71141a9 + repo_hash: 9f0a38db1bbd0ac468c2b12d6f61251b2f4452d9 repo_path: modules/help - folder_name: kind repo_url: https://github.com/cert-manager/makefile-modules.git repo_ref: main - repo_hash: e3e4a87140be974c8cca913dc7ce920fe71141a9 + repo_hash: 9f0a38db1bbd0ac468c2b12d6f61251b2f4452d9 repo_path: modules/kind - folder_name: klone repo_url: https://github.com/cert-manager/makefile-modules.git repo_ref: main - repo_hash: e3e4a87140be974c8cca913dc7ce920fe71141a9 + repo_hash: 9f0a38db1bbd0ac468c2b12d6f61251b2f4452d9 repo_path: modules/klone - folder_name: oci-image repo_url: https://github.com/cert-manager/makefile-modules.git repo_ref: main - repo_hash: e3e4a87140be974c8cca913dc7ce920fe71141a9 + repo_hash: 9f0a38db1bbd0ac468c2b12d6f61251b2f4452d9 repo_path: modules/oci-image - folder_name: repository-base repo_url: https://github.com/cert-manager/makefile-modules.git repo_ref: main - repo_hash: e3e4a87140be974c8cca913dc7ce920fe71141a9 + repo_hash: 9f0a38db1bbd0ac468c2b12d6f61251b2f4452d9 repo_path: modules/repository-base - folder_name: tools repo_url: https://github.com/cert-manager/makefile-modules.git repo_ref: main - repo_hash: e3e4a87140be974c8cca913dc7ce920fe71141a9 + repo_hash: 9f0a38db1bbd0ac468c2b12d6f61251b2f4452d9 repo_path: modules/tools diff --git a/make/_shared/help/help.sh b/make/_shared/help/help.sh index bcdfcf2c..83d91bd0 100755 --- a/make/_shared/help/help.sh +++ b/make/_shared/help/help.sh @@ -24,7 +24,7 @@ PURPLE=$(tput setaf 125) EMPTYLINE_REGEX="^\s*$" DOCBLOCK_REGEX="^##\s*(.*)$" CATEGORY_REGEX="^##\s*@category\s*(.*)$" -TARGET_REGEX="^([a-zA-Z0-9%_\/%-\$\(\)]+):.*$" +TARGET_REGEX="^([a-zA-Z0-9\_\/\%\$\-\(\)]+):.*$" EMPTY_ITEM=""