提交 ad831ace 编写于 作者: S Sean McGivern

Merge branch 'fix-ee_compat_check' into 'master'

Fix Gitlab::EeCompatCheck: use `ee_branch_found` instead of `ee_branch`

Closes #30136

See merge request !10255
......@@ -125,7 +125,7 @@ module Gitlab
end
puts
puts applies_cleanly_msg(ee_branch)
puts applies_cleanly_msg(ee_branch_found)
end
def check_patch(patch_path)
......@@ -215,7 +215,7 @@ module Gitlab
end
def ee_patch_name
@ee_patch_name ||= patch_name_from_branch(ee_branch)
@ee_patch_name ||= patch_name_from_branch(ee_branch_found)
end
def ee_patch_full_path
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册