Skip to content

Commit

Permalink
Fix marking success as true
Browse files Browse the repository at this point in the history
  • Loading branch information
alenkacz committed Jan 3, 2021
1 parent 3ef4a14 commit a24ecd9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/verify/verify.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ func Verify(ctx context.Context, config *rest.Config, options *Options) (*Verify
result.CertificateError = err
} else {
result.CertificateSuccess = true
result.Success = true
}

return result, nil
Expand Down

0 comments on commit a24ecd9

Please sign in to comment.