Skip to content

Commit f8a1a00

Browse files
committed
test
1 parent ca7b674 commit f8a1a00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/apis/camel/v1/build_types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ import (
2626
// Important: Run "make generate-deepcopy" to regenerate code after modifying this file
2727

2828
// BuildSpec defines the list of tasks to be execute for a Build. From Camel K version 2, it would be more appropriate
29-
// to think it as pipeline.
29+
// to think it as pipeline. JUST BECAUSE.
3030
type BuildSpec struct {
3131
// The sequence of tasks (pipeline) to be performed.
3232
Tasks []Task `json:"tasks,omitempty"`

0 commit comments

Comments
 (0)