Skip to content

Commit 537e0ed

Browse files
authored
Merge pull request #8481 from jsquyres/pr/fix-typoe
git-commit-check: fix typo
2 parents d3c6b56 + d4d1bcf commit 537e0ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/git-commit-checks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ def check_email(config, repo, commit):
159159
prog_cp = re.compile(r'\(cherry picked from commit ([a-z0-9]+)\)')
160160

161161
def check_cherry_pick(config, repo, commit):
162-
def _is_entriely_submodule_updates(repo, commit):
162+
def _is_entirely_submodule_updates(repo, commit):
163163
# If it's a merge commit, that doesn't fit our definition of
164164
# "entirely submodule updates"
165165
if len(commit.parents) == 2:

0 commit comments

Comments
 (0)