Update plugins/catalog-backend/config.d.ts

Co-authored-by: Patrik Oldsberg <poldsberg@gmail.com>
Signed-off-by: Justin De Burgo <57914589+jpdeburgo@users.noreply.github.com>
This commit is contained in:
Justin De Burgo
2022-12-06 12:28:10 -06:00
committed by GitHub
parent a3f4718b92
commit 3ff751cbbb
+1 -1
View File
@@ -61,7 +61,7 @@ export interface Config {
exact?: string;
/**
* The pattern allowed for the location, e.g.
* "https://github.com/org/*\/blob/master/*.yaml.
* "https://github.com/org/*/blob/master/*.yaml.
*/
pattern?: string;
}>;