Skip to content

Commit

Permalink
dnfjson: fix typo
Browse files Browse the repository at this point in the history
Co-authored-by: Achilleas Koutsou <[email protected]>
  • Loading branch information
mvo5 and achilleas-k authored Jun 4, 2024
1 parent e95f344 commit bbe94b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/dnfjson/dnfjson.go
Original file line number Diff line number Diff line change
Expand Up @@ -691,7 +691,7 @@ type depsolveResult struct {
Packages packageSpecs `json:"packages"`
Repos map[string]repoConfig `json:"repos"`

// (optional) containes the solver used, e.g. "dnf5"
// (optional) contains the solver used, e.g. "dnf5"
Solver string `json:"solver"`
}

Expand Down

0 comments on commit bbe94b8

Please sign in to comment.