Skip to content

Commit

Permalink
fix printing because no 'ready' is at the end
Browse files Browse the repository at this point in the history
Signed-off-by: David Fridrich <[email protected]>
  • Loading branch information
gauron99 committed Feb 5, 2025
1 parent 830f68e commit e3e025b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/update-knative-components.go
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ func tryUpdateFile(prefix, newV, oldV string) (bool, error) {

// prepare branch for PR via git commands
func prepareBranch(branchName string) error {
fmt.Print("> prepare branch...")
fmt.Println("> preparing branch")
cmd := exec.Command("bash", "-c", fmt.Sprintf(`
git config --local user.email "[email protected]" &&
git config --local user.name "Knative Automation" &&
Expand Down

0 comments on commit e3e025b

Please sign in to comment.