chore: make function comment match function name
Signed-off-by: NinaLua <iturf@sina.cn>
This commit is contained in:
@ -28,7 +28,7 @@ func notaryRoleToSigner(tufRole data.RoleName) string {
|
||||
return strings.TrimPrefix(tufRole.String(), "targets/")
|
||||
}
|
||||
|
||||
// clearChangelist clears the notary staging changelist.
|
||||
// clearChangeList clears the notary staging changelist.
|
||||
func clearChangeList(notaryRepo client.Repository) error {
|
||||
cl, err := notaryRepo.GetChangelist()
|
||||
if err != nil {
|
||||
|
||||
Reference in New Issue
Block a user