You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pkg/lib/indexer/indexer.go
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,7 @@ const (
38
38
concurrencyLimitForExport=10
39
39
)
40
40
41
-
varErrFileBasedCatalogPrune=errors.New("`opm index prune` only supports sqlite-based catalogs")
41
+
varErrFileBasedCatalogPrune=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.")
42
42
43
43
// ImageIndexer is a struct implementation of the Indexer interface
0 commit comments