Skip to content

Commit

Permalink
Adding an info message after rosa delete admin
Browse files Browse the repository at this point in the history
Signed-off-by: Tzvika Avni <tavni@redhat.com>

SDA-6501
  • Loading branch information
zvikorn committed Aug 16, 2022
1 parent ec0ade1 commit d6867cc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/dlt/admin/cmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -124,5 +124,6 @@ func run(cmd *cobra.Command, _ []string) {
os.Exit(1)
}
}
r.Reporter.Infof("Admin user '%s' has been deleted from cluster '%s'", idp.ClusterAdminUsername, clusterKey)
}
}

0 comments on commit d6867cc

Please sign in to comment.