Skip to content

Commit 2d5bfd3

Browse files
committed
fix comment
1 parent 04784be commit 2d5bfd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

authority/admin/db.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ func UnmarshalProvisionerDetails(typ linkedca.Provisioner_Type, data []byte) (*l
5454
return &linkedca.ProvisionerDetails{Data: v.Data}, nil
5555
}
5656

57-
// DB is the DB interface expected by the step-ca ACME API.
57+
// DB is the DB interface expected by the step-ca Admin API.
5858
type DB interface {
5959
CreateProvisioner(ctx context.Context, prov *linkedca.Provisioner) error
6060
GetProvisioner(ctx context.Context, id string) (*linkedca.Provisioner, error)

0 commit comments

Comments
 (0)