Skip to content

Commit

Permalink
fix export comment
Browse files Browse the repository at this point in the history
Signed-off-by: cappyzawa <[email protected]>
  • Loading branch information
cappyzawa authored and tekton-robot committed Sep 23, 2019
1 parent 8515c87 commit cd5b973
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/apis/pipeline/register.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ const (
// PipelineRunLabelKey is used as the label identifier for a PipelineRun
PipelineRunLabelKey = "/pipelineRun"

// PipelineRunLabelKey is used as the label identifier for a PipelineTask
// PipelineTaskLabelKey is used as the label identifier for a PipelineTask
PipelineTaskLabelKey = "/pipelineTask"

// ConditionCheck is used as the label identifier for a ConditionCheck
// ConditionCheckKey is used as the label identifier for a ConditionCheck
ConditionCheckKey = "/conditionCheck"
)

0 comments on commit cd5b973

Please sign in to comment.