diff --git a/mps/tool/branch b/mps/tool/branch index 981735d4360..e565678b4e6 100755 --- a/mps/tool/branch +++ b/mps/tool/branch @@ -242,7 +242,7 @@ def main(argv): elif args.version and not args.customer: # Public version branch register('{depot}/project/{project}/version/index.html', - '(?=\n)', VERSION_BRANCH_ENTRY) + '(?<=
\n)', VERSION_BRANCH_ENTRY) args.github = True args.git_name = fmt('{project}-version-{version}') args.git_branch = fmt('version/{version}')