Skip to content

Commit

Permalink
(fbc) Include issue link to fbc pruning instructions in index prune
Browse files Browse the repository at this point in the history
… error msg (#965)

Signed-off-by: Anik Bhattacharjee <[email protected]>
  • Loading branch information
anik120 authored Jun 1, 2022
1 parent cefb2f6 commit 568294f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/lib/indexer/indexer.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ const (
concurrencyLimitForExport = 10
)

var ErrFileBasedCatalogPrune = errors.New("`opm index prune` only supports sqlite-based catalogs")
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.")

// ImageIndexer is a struct implementation of the Indexer interface
type ImageIndexer struct {
Expand Down

0 comments on commit 568294f

Please sign in to comment.