Skip to content

Commit

Permalink
fix func name
Browse files Browse the repository at this point in the history
  • Loading branch information
James-Pickett committed Sep 13, 2023
1 parent 9ab0ed3 commit 108e2a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/debug/checkups/appindicator.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ func (a *appindicator) ExtraFileName() string {
}

func (a *appindicator) Run(ctx context.Context, extraWriter io.Writer) error {
if !runner.IsAppindicatorEnabled(ctx) {
if !runner.IsMeetingGnomeAppindicatorRequirements(ctx) {
a.status = Failing
a.summary = "No appindicator is enabled, cannot display desktop"
return nil
Expand Down

0 comments on commit 108e2a6

Please sign in to comment.