Skip to content

Commit

Permalink
[git-webkit] update method name
Browse files Browse the repository at this point in the history
https://bugs.webkit.org/show_bug.cgi?id=264416

Reviewed by Jonathan Bedard.

Updates method name when called to match def.

* Tools/Scripts/hooks/prepare-commit-msg:

Canonical link: https://commits.webkit.org/270395@main
  • Loading branch information
briannafan authored and JonWBedard committed Nov 8, 2023
1 parent 5ea212d commit 4d16e41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tools/Scripts/hooks/prepare-commit-msg
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ def main(file_name=None, source=None, sha=None):
elif source == 'merge' and content.startswith('Revert'):
return 0
else:
set_env_variables()
set_env_variables_from_branch_config()

for line in content.splitlines():
if CHERRY_PICKING_RE.match(line):
Expand Down

0 comments on commit 4d16e41

Please sign in to comment.