Merge pull request #170 from github/list-show-branch-not-name

list: show branch (not name) in branch column
This commit is contained in:
Alan Donovan 2021-09-17 11:28:26 -04:00 committed by GitHub
commit 930f194507

View file

@ -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,
})