diff --git a/go/tasks/pluginmachinery/ioutils/paths.go b/go/tasks/pluginmachinery/ioutils/paths.go index 1c64681bf..724ef44bc 100644 --- a/go/tasks/pluginmachinery/ioutils/paths.go +++ b/go/tasks/pluginmachinery/ioutils/paths.go @@ -26,7 +26,7 @@ func constructPath(store storage.ReferenceConstructor, base storage.DataReferenc return res } -// GetTaskTemplatePath returns a protobuf file path where TaskTemplate is stored +// GetTaskTemplatePath returns a protobuf file path where TaskTemplate is stored func GetTaskTemplatePath(ctx context.Context, store storage.ReferenceConstructor, base storage.DataReference) (storage.DataReference, error) { return store.ConstructReference(ctx, base, TaskTemplateSuffix) }