Skip to content

Commit 9716ec1

Browse files
srtaalejzimeg
andauthored
Update cmd/app/unlink.go
Co-authored-by: Eden Zimbelman <[email protected]>
1 parent 59319b0 commit 9716ec1

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
@@ -115,7 +115,7 @@ func confirmUnlink(ctx context.Context, IO iostreams.IOStreamer, selection promp
115115
fmt.Sprintf("App (%s) will be removed from this project", selection.App.AppID),
116116
fmt.Sprintf("Team: %s", selection.Auth.TeamDomain),
117117
"The app will not be deleted from Slack",
118-
"You can re-link it later with 'slack app link'",
118+
fmt.Sprintf("You can re-link it later with %s", style.Commandf("app link", false)),
119119
},
120120
}))
121121

0 commit comments

Comments
 (0)