Skip to content

Commit 70e85a8

Browse files
committed
Update all-deployments output
1 parent f747923 commit 70e85a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cli/cmd/get.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,12 +142,12 @@ func getDeploymentsResponse() (string, error) {
142142
Headers: []table.Header{
143143
{Title: "NAME", MaxWidth: 32},
144144
{Title: "STATUS", MaxWidth: 21},
145-
{Title: "LAST UPDATED"},
145+
{Title: "LAST UPDATE"},
146146
},
147147
Rows: rows,
148148
}
149149

150-
return table.MustFormat(t), nil
150+
return "\n" + table.MustFormat(t), nil
151151
}
152152

153153
func getResourcesResponse() (*schema.GetResourcesResponse, error) {

0 commit comments

Comments
 (0)