Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
navidshaikh committed Sep 24, 2020
1 parent 625d7e8 commit 514bfd5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/messaging/v1beta1/subscriptions_client.go
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,6 @@ func (s *SubscriptionBuilder) DeadLetterSink(dls *duckv1.Destination) *Subscript
}

// Build returns the Subscription object from the builder
func (c *SubscriptionBuilder) Build() *v1beta1.Subscription {
return c.subscription
func (s *SubscriptionBuilder) Build() *v1beta1.Subscription {
return s.subscription
}

0 comments on commit 514bfd5

Please sign in to comment.