Update order
This commit is contained in:
parent
ea7d9288e3
commit
cd6386cf64
1 changed files with 1 additions and 1 deletions
|
|
@ -205,8 +205,8 @@ func chooseCodespaceFromList(ctx context.Context, codespaces []*api.Codespace) (
|
|||
// Codespaces are indexed without the git status included as compared
|
||||
// to how it is displayed in the prompt, so the git status symbol needs
|
||||
// cleaning up in case it is included.
|
||||
isDirty := codespacesDirty[answers.Codespace]
|
||||
selectedCodespace := answers.Codespace
|
||||
isDirty := codespacesDirty[selectedCodespace]
|
||||
if isDirty {
|
||||
selectedCodespace = withoutGitStatus(answers.Codespace)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue