Skip to content

Commit

Permalink
fix: add newline at the end of workflow list output
Browse files Browse the repository at this point in the history
  • Loading branch information
Cerebrovinny committed Jan 16, 2025
1 parent 757f358 commit 2ede63c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/list/list_workflows.go
Original file line number Diff line number Diff line change
Expand Up @@ -115,5 +115,5 @@ func FilterAndListWorkflows(fileFlag string, listConfig schema.ListConfig) (stri
Headers(header...).
Rows(rows...)

return t.String(), nil
return t.String() + "\n", nil
}

0 comments on commit 2ede63c

Please sign in to comment.