Skip to content

Commit

Permalink
chore: show app name in menu of team:commit command
Browse files Browse the repository at this point in the history
  • Loading branch information
Gorniaky committed Sep 14, 2022
1 parent fbdf7b2 commit cae23a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/team-commit.ts
Expand Up @@ -40,7 +40,7 @@ export default new class TeamCommit implements GluegunCommand {
type: "select",
choices: apiRes.data.apps.map(app => ({
name: app.id,
message: `${app.id} - [${app.perms.join()}] ${app.id === dConfig.ID ?
message: `${app.name} - ${app.id} - [${app.perms.join()}] ${app.id === dConfig.ID ?
"[discloud.config]" : ""}`,
value: app.id,
})),
Expand Down

0 comments on commit cae23a3

Please sign in to comment.