Skip to content

Commit 0b26830

Browse files
committed
chore: simplify
1 parent 87e9c48 commit 0b26830

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

internal/appstream/update.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ func LatestRelease(ctx context.Context, client *http.Client) (string, error) {
6161
}
6262

6363
// Update downloads AppStream component XML for core, extra, and multilib from
64-
// sourcesBase (e.g. config.AppStreamSourcesBase), merges keywords and categories
64+
// sourcesBase (see config.go), merges keywords and categories
6565
// by package name, writes both columns, and rebuilds the FTS index.
6666
func Update(ctx context.Context, db *sql.DB, client *http.Client, sourcesBase string) error {
6767
if client == nil {

0 commit comments

Comments
 (0)