Skip to content

Commit

Permalink
Update pkg/controller/direct/resourcemanager/tagkey_controller.go
Browse files Browse the repository at this point in the history
Co-authored-by: alex <[email protected]>
  • Loading branch information
justinsb and acpana authored Apr 9, 2024
1 parent 73a0492 commit f268ede
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/controller/direct/resourcemanager/tagkey_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ func (a *tagKeyAdapter) Find(ctx context.Context) (bool, error) {

// Delete implements the Adapter interface.
func (a *tagKeyAdapter) Delete(ctx context.Context) (bool, error) {
// Already deletd
// Already deleted
if a.resourceID == "" {
return false, nil
}
Expand Down

0 comments on commit f268ede

Please sign in to comment.