Skip to content

Commit

Permalink
updated confirmation file
Browse files Browse the repository at this point in the history
Signed-off-by: Althaf66 <althafasharaf02@gmail.com>
  • Loading branch information
Althaf66 committed Jun 8, 2024
1 parent f97108f commit 4667f2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/harbor/root/user/elevate.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ func ElevateUserCmd() *cobra.Command {
userId = prompt.GetUserIdFromUser()
}

confirm := views.UserElevateConfirm()
confirm,err := views.ConfirmElevation()
if confirm {
err = api.ElevateUser(userId)
} else {
Expand Down

0 comments on commit 4667f2d

Please sign in to comment.