Skip to content

Commit

Permalink
Fix invalid error message for storage output resource
Browse files Browse the repository at this point in the history
The code branch is about storage output and not git.
  • Loading branch information
afrittoli authored and knative-prow-robot committed Jan 21, 2019
1 parent 5626eeb commit 02e06bc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ func AddOutputResources(
case v1alpha1.PipelineResourceTypeStorage:
storageResource, err := v1alpha1.NewStorageResource(resource)
if err != nil {
return fmt.Errorf("task %q invalid git Pipeline Resource: %q",
return fmt.Errorf("task %q invalid storage Pipeline Resource: %q",
taskName,
boundResource.ResourceRef.Name,
)
Expand Down

0 comments on commit 02e06bc

Please sign in to comment.