Fixed typo

This commit is contained in:
Nir Gazit
2021-03-01 10:14:52 +02:00
parent 2eab0de645
commit 80475c9af2
@@ -95,7 +95,7 @@ export class GithubDiscoveryProcessor implements CatalogProcessor {
target: `${repository.url}${catalogPath}`,
},
// Not all locations may actually exist, since the user defined them as a wildcard pattern.
// Thus, we omit them as optional and let the downstream processor find them while not outputting
// Thus, we emit them as optional and let the downstream processor find them while not outputting
// an error if it couldn't.
true,
),