Skip to content

Commit 96ab579

Browse files
[release-1.16] fix: rename job-sink to job_sink (#8339)
fix: rename `job-sink` to `job_sink` Co-authored-by: Yates <[email protected]>
1 parent 5263432 commit 96ab579

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
@@ -66,7 +66,7 @@ import (
6666
"knative.dev/eventing/pkg/utils"
6767
)
6868

69-
const component = "job-sink"
69+
const component = "job_sink"
7070

7171
func main() {
7272

0 commit comments

Comments
 (0)