Skip to content

Commit

Permalink
Fix format string for logging output
Browse files Browse the repository at this point in the history
The string needed to be updated to reflect the change in the number of inputs.

Co-authored-by: Shane Frasier <jeremy.frasier@trio.dhs.gov>
  • Loading branch information
mcdonnnj and jsf9k committed Oct 19, 2021
1 parent d2b04e8 commit cb2b772
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 @@ -203,7 +203,7 @@ def push(
"""Push changes to remote."""
if not repo.permissions.push:
logging.warning(
"⚠️ WARNING! Missing 'push' permission on '%s/%s'",
"⚠️ WARNING! Missing 'push' permission on '%s'",
repo.full_name,
)
core.warning(
Expand Down

0 comments on commit cb2b772

Please sign in to comment.