Skip to content

Commit

Permalink
fix(application-secret): use correct variable and fix nil pointer
Browse files Browse the repository at this point in the history
  • Loading branch information
ekristen committed Jun 10, 2024
1 parent fda1322 commit 6512c7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/application-secret.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ func (r *ApplicationSecret) Properties() types.Properties {
}

func (r *ApplicationSecret) String() string {
return *r.Name
return *r.AppName
}

type ApplicationSecretLister struct {
Expand Down

0 comments on commit 6512c7a

Please sign in to comment.