Skip to content

Commit

Permalink
Offboarding link (#3660)
Browse files Browse the repository at this point in the history
* offboarding link added after removing a member
* fixed offboarding link string
  • Loading branch information
chrisbh4 committed Jun 20, 2024
1 parent 2b92763 commit b02939e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/command/orgs/remove.go
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ func runRemove(ctx context.Context) error {

io := iostreams.FromContext(ctx)
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)
fmt.Fprintf(io.Out, "Offboarding Checklist: https://fly.io/dashboard/%s/offboarding", org.Slug)

return nil
}

0 comments on commit b02939e

Please sign in to comment.