Skip to content
This repository has been archived by the owner on Oct 9, 2023. It is now read-only.

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
Signed-off-by: Ketan Umare <[email protected]>
  • Loading branch information
kumare3 committed Mar 25, 2021
1 parent a7a0380 commit 3b0a6f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go/tasks/pluginmachinery/ioutils/paths.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}
Expand Down

0 comments on commit 3b0a6f6

Please sign in to comment.