Skip to content

Commit

Permalink
Fix success message when access request is closed (#743)
Browse files Browse the repository at this point in the history
  • Loading branch information
ckluy31 authored Sep 3, 2024
1 parent 7da13e4 commit 402e8d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/granted/request/close.go
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ var closeCommand = cli.Command{

haserrors := printdiags.Print(closeRes.Msg.Diagnostics, nil)
if !haserrors {
clio.Successf("access request %s is now closed", accessRequestID)
clio.Successf("access request %s is now closed", selectedAccessRequest)
}

return nil
Expand Down

0 comments on commit 402e8d0

Please sign in to comment.