Skip to content

Commit

Permalink
Fix unmatched quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
modulo11 committed Apr 20, 2021
1 parent 0c7660d commit bfb4704
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/apis/build/v1alpha1/build_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ type Bindings []Binding

// +k8s:openapi-gen=true
type Binding struct {
Name string `json:"name",omitempty"`
Name string `json:"name,omitempty"`
MetadataRef *corev1.LocalObjectReference `json:"metadataRef,omitempty"`
SecretRef *corev1.LocalObjectReference `json:"secretRef,omitempty"`
}
Expand Down

0 comments on commit bfb4704

Please sign in to comment.