Skip to content

Commit 056ec72

Browse files
committed
trim channel value in get_closest_merge_commit
Signed-off-by: onur-ozkan <[email protected]>
1 parent 08db600 commit 056ec72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/build_helper/src/git.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ pub fn get_closest_merge_commit(
129129
git.current_dir(git_dir);
130130
}
131131

132-
let channel = include_str!("../../ci/channel");
132+
let channel = include_str!("../../ci/channel").trim();
133133

134134
let merge_base = {
135135
if CiEnv::is_ci() &&

0 commit comments

Comments
 (0)