Skip to content

Commit

Permalink
fix: trying suggests instead of recommends
Browse files Browse the repository at this point in the history
  • Loading branch information
caarlos0 committed Feb 18, 2018
1 parent 233d22b commit 67a0b31
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rpm/rpm.go
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ Requires: {{ . }}
{{ end }}
{{ range $index, $element := .Recommends }}
Recommends: {{ . }}
Suggests: {{ . }}
{{ end }}
%description
Expand Down
2 changes: 1 addition & 1 deletion rpm/testdata/spec.golden
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Requires: bash



Recommends: git
Suggests: git


%description
Expand Down

0 comments on commit 67a0b31

Please sign in to comment.