diff --git a/internal/command/orgs/remove.go b/internal/command/orgs/remove.go index f9efea6792..32432fca13 100644 --- a/internal/command/orgs/remove.go +++ b/internal/command/orgs/remove.go @@ -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 }