Skip to content

Commit 190237f

Browse files
authored
chore(releases:info): Summary incomplete display (#49)
1 parent 850b21b commit 190237f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cmd/utils.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ func (d *DryccCmd) formatTime(timeStr string) string {
130130
// wrapString wraps s into a paragraph of lines of length lim, with minimal raggedness.
131131
func (d *DryccCmd) wrapString(s string) string {
132132
sa, _ := tablewriter.WrapString(s, defaultLines)
133-
return strings.Join(sa, "\r\n")
133+
return strings.Join(sa, "\n")
134134
}
135135

136136
func sortKeys(data map[string]interface{}) *[]string {

0 commit comments

Comments
 (0)