We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87e9c48 commit 0b26830Copy full SHA for 0b26830
1 file changed
internal/appstream/update.go
@@ -61,7 +61,7 @@ func LatestRelease(ctx context.Context, client *http.Client) (string, error) {
61
}
62
63
// Update downloads AppStream component XML for core, extra, and multilib from
64
-// sourcesBase (e.g. config.AppStreamSourcesBase), merges keywords and categories
+// sourcesBase (see config.go), merges keywords and categories
65
// by package name, writes both columns, and rebuilds the FTS index.
66
func Update(ctx context.Context, db *sql.DB, client *http.Client, sourcesBase string) error {
67
if client == nil {
0 commit comments