Skip to content

Commit

Permalink
[release-1.16] fix: rename job-sink to job_sink (#8339)
Browse files Browse the repository at this point in the history
fix: rename `job-sink` to `job_sink`

Co-authored-by: Yates <[email protected]>
  • Loading branch information
knative-prow-robot and yatesliang authored Nov 21, 2024
1 parent 5263432 commit 96ab579
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/jobsink/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ import (
"knative.dev/eventing/pkg/utils"
)

const component = "job-sink"
const component = "job_sink"

func main() {

Expand Down

0 comments on commit 96ab579

Please sign in to comment.