Skip to content

Commit 329aebc

Browse files
[release-1.15] fix: rename job-sink to job_sink (#8340)
fix: rename `job-sink` to `job_sink` Co-authored-by: Yates <[email protected]>
1 parent 62cce11 commit 329aebc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: cmd/jobsink/main.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ import (
6262
"knative.dev/eventing/pkg/utils"
6363
)
6464

65-
const component = "job-sink"
65+
const component = "job_sink"
6666

6767
func main() {
6868

0 commit comments

Comments
 (0)