Skip to content

Commit

Permalink
format string update
Browse files Browse the repository at this point in the history
Signed-off-by: Weston Steimel <weston.steimel@anchore.com>
Co-authored-by: Alex Goodman <wagoodman@users.noreply.github.com>
  • Loading branch information
westonsteimel and wagoodman committed Oct 17, 2022
1 parent 5aeeedd commit 5f7d22a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grype/db/v5/pkg/qualifier/rpmmodularity/qualifier.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ func (q Qualifier) Parse() qualifier.Qualifier {
}

func (q Qualifier) String() string {
return fmt.Sprintf("kind: %s, module: %s", q.Kind, q.Module)
return fmt.Sprintf("kind: %s, module: %q", q.Kind, q.Module)
}

0 comments on commit 5f7d22a

Please sign in to comment.