Skip to content

Commit f8df6a1

Browse files
committed
Change variable name for consistency
1 parent 616490a commit f8df6a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/api.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ type Authority interface {
3333
// context specifies the Authorize[Sign|Revoke|etc.] method.
3434
Authorize(ctx context.Context, ott string) ([]provisioner.SignOption, error)
3535
AuthorizeSign(ott string) ([]provisioner.SignOption, error)
36-
AuthorizeRenewToken(ctx context.Context, token string) (*x509.Certificate, error)
36+
AuthorizeRenewToken(ctx context.Context, ott string) (*x509.Certificate, error)
3737
GetTLSOptions() *config.TLSOptions
3838
Root(shasum string) (*x509.Certificate, error)
3939
Sign(cr *x509.CertificateRequest, opts provisioner.SignOptions, signOpts ...provisioner.SignOption) ([]*x509.Certificate, error)

0 commit comments

Comments
 (0)