Skip to content

Commit

Permalink
Added missing newline to generate_downstream.go logs (GoogleCloudPlat…
Browse files Browse the repository at this point in the history
  • Loading branch information
melinath authored and pcostell committed Jul 16, 2024
1 parent 510b02a commit 63348fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/magician/cmd/generate_downstream.go
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ func createCommit(scratchRepo *source.Repo, commitMessage string, rnr ExecRunner
}

commitSha = strings.TrimSpace(commitSha)
fmt.Printf("Commit sha on the branch is: `%s`", commitSha)
fmt.Printf("Commit sha on the branch is: `%s`\n", commitSha)

return commitSha, err
}
Expand Down

0 comments on commit 63348fe

Please sign in to comment.