Skip to content

Commit

Permalink
transpose ssh results output
Browse files Browse the repository at this point in the history
Signed-off-by: Danny Berger <[email protected]>
  • Loading branch information
cppforlife authored and dpb587-pivotal committed Aug 2, 2017
1 parent f59ab7f commit b50032e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ssh/results_writer.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ func (w *ResultsWriter) Flush() {
SortBy: []boshtbl.ColumnSort{
{Column: 0, Asc: true},
},

Transpose: true,
}

for _, inst := range w.instances {
Expand Down

0 comments on commit b50032e

Please sign in to comment.