Skip to content

Commit 568294f

Browse files
authored
(fbc) Include issue link to fbc pruning instructions in index prune error msg (#965)
Signed-off-by: Anik Bhattacharjee <[email protected]>
1 parent cefb2f6 commit 568294f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/lib/indexer/indexer.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ const (
3838
concurrencyLimitForExport = 10
3939
)
4040

41-
var ErrFileBasedCatalogPrune = errors.New("`opm index prune` only supports sqlite-based catalogs")
41+
var ErrFileBasedCatalogPrune = errors.New("`opm index prune` only supports sqlite-based catalogs. See https://github.com/redhat-openshift-ecosystem/community-operators-prod/issues/793 for instructions on pruning a plaintext files backed catalog.")
4242

4343
// ImageIndexer is a struct implementation of the Indexer interface
4444
type ImageIndexer struct {

0 commit comments

Comments
 (0)