We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6ea995 commit abc13c5Copy full SHA for abc13c5
cli/workspacelist.go
@@ -71,7 +71,7 @@ func workspaceList() *cobra.Command {
71
workspace.Outdated,
72
})
73
}
74
- _, err = fmt.Fprintf(cmd.OutOrStdout(), tableWriter.Render())
+ _, err = fmt.Fprintln(cmd.OutOrStdout(), tableWriter.Render())
75
return err
76
},
77
0 commit comments