Merge pull request #170 from github/list-show-branch-not-name
list: show branch (not name) in branch column
This commit is contained in:
commit
930f194507
1 changed files with 1 additions and 1 deletions
|
|
@ -55,7 +55,7 @@ func list(opts *listOptions) error {
|
|||
table.Append([]string{
|
||||
codespace.Name,
|
||||
codespace.RepositoryNWO,
|
||||
codespace.Name + dirtyStar(codespace.Environment.GitStatus),
|
||||
codespace.Branch + dirtyStar(codespace.Environment.GitStatus),
|
||||
codespace.Environment.State,
|
||||
codespace.CreatedAt,
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue