mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-30 13:06:28 +03:00
trim channel value in get_closest_merge_commit
Signed-off-by: onur-ozkan <work@onurozkan.dev>
This commit is contained in:
@@ -129,7 +129,7 @@ pub fn get_closest_merge_commit(
|
||||
git.current_dir(git_dir);
|
||||
}
|
||||
|
||||
let channel = include_str!("../../ci/channel");
|
||||
let channel = include_str!("../../ci/channel").trim();
|
||||
|
||||
let merge_base = {
|
||||
if CiEnv::is_ci() &&
|
||||
|
||||
Reference in New Issue
Block a user