Skip to content

Commit cac1223

Browse files
authored
Update cmd/app/unlink.go
1 parent 8d8113f commit cac1223

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/app/unlink.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ func printUnlinkSuccess(ctx context.Context, clients *shared.ClientFactory, app
130130
Text: "App Unlink",
131131
Secondary: []string{
132132
fmt.Sprintf("Removed app %s from project", app.AppID),
133-
fmt.Sprintf("Team: %s", app.TeamDomain),
133+
fmt.Sprintf("Team: %s (%s)", app.TeamDomain, app.TeamID),
134134
},
135135
}))
136136
return nil

0 commit comments

Comments
 (0)