Skip to content

Commit

Permalink
v0.0.34: fix anchor lcl audit results
Browse files Browse the repository at this point in the history
  • Loading branch information
benburkert committed May 10, 2024
1 parent 19d5f64 commit 42c4cbc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lcl/audit.go
Original file line number Diff line number Diff line change
Expand Up @@ -98,5 +98,7 @@ func (c Audit) perform(ctx context.Context, drv *ui.Driver) (*LclAuditResult, er

// TODO: audit local app status

result.trusted = (len(auditInfo.Missing) == 0)

return &result, nil
}

0 comments on commit 42c4cbc

Please sign in to comment.