Skip to content

Commit

Permalink
Merge fdfd2bd into 2b92763
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbh4 authored Jun 20, 2024
2 parents 2b92763 + fdfd2bd commit 46c2b2d
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 46c2b2d

Please sign in to comment.