Skip to content

Commit d71f471

Browse files
authored
chore: make function comment match function name (#1375)
Signed-off-by: overallteach <cricis@foxmail.com>
1 parent 5ff7dc5 commit d71f471

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkg/chains/storage/tekton/tekton.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ func (b *Backend) RetrieveSignatures(ctx context.Context, obj objects.TektonObje
124124
return m, nil
125125
}
126126

127-
// RetrievePayload retrieve the payload stored in the taskrun.
127+
// RetrievePayloads retrieve the payload stored in the taskrun.
128128
func (b *Backend) RetrievePayloads(ctx context.Context, obj objects.TektonObject, opts config.StorageOpts) (map[string]string, error) {
129129
logger := logging.FromContext(ctx)
130130
logger.Infof("Retrieving payload on %s/%s/%s", obj.GetGVK(), obj.GetNamespace(), obj.GetName())

0 commit comments

Comments
 (0)