Skip to content

Commit b7033a9

Browse files
authored
fix: log message was not rendered (#579)
1 parent 8295b03 commit b7033a9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

codecov_cli/services/commit/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ def send_commit_data(
6565
f"Branch `{branch}` is protected but no token was provided\nFor information on Codecov upload tokens, see https://docs.codecov.com/docs/codecov-tokens"
6666
)
6767
else:
68-
logger.info("Using token to create a commit for protected branch `{branch}`")
68+
logger.info(f"Using token to create a commit for protected branch `{branch}`")
6969

7070
headers = get_token_header(token)
7171

0 commit comments

Comments
 (0)