Skip to content

Commit aa15ce6

Browse files
Fix the order of the provided logging args (#43)
1 parent d411d6c commit aa15ce6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

gitopscli/commands/add_pr_comment.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ def pr_comment_command(
4242
logging.info(
4343
"Creating PullRequest comment for pr with id %s and parentComment with id %s and content: %s",
4444
pr_id,
45-
text,
4645
parent_id,
46+
text,
4747
)
4848
apps_git.add_pull_request_comment(pr_id, text, parent_id)
4949
finally:

0 commit comments

Comments
 (0)