Skip to content

Commit

Permalink
offboarding link added after removing a member (#3621)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbh4 committed Jun 18, 2024
1 parent 50efa02 commit 0f5c287
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion internal/command/orgs/remove.go
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,8 @@ func runRemove(ctx context.Context) error {
}

io := iostreams.FromContext(ctx)
fmt.Fprintf(io.Out, "successfuly removed user %s from %s\n", email, org.Name)
fmt.Fprintf(io.Out, "successfully removed user %s from %s\n", email, org.Name)
fmt.Fprintf(io.Out, "Offboarding Checklist: https://fly.io/dashboard/%s/offboarding/", org.Slug)

return nil
}

0 comments on commit 0f5c287

Please sign in to comment.