Skip to content

Commit

Permalink
Remove unnecessary capitalization
Browse files Browse the repository at this point in the history
Co-authored-by: dav3r <david.redmin@trio.dhs.gov>
  • Loading branch information
mcdonnnj and dav3r committed Oct 29, 2021
1 parent 33547c3 commit b043ad3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lineage/entrypoint.py
Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,7 @@ def main() -> None:
# If the branch already exists, then check if a PR exists
if not branch_is_new and not has_existing_pr(repo, pr_branch_name):
core.warning(
"There is no Pull Request for the existing Lineage branch.",
"There is no pull request for the existing Lineage branch.",
title=repo.full_name,
)
fetch(repo, remote_url, remote_branch)
Expand Down

0 comments on commit b043ad3

Please sign in to comment.