Skip to content

Commit 30372bf

Browse files
committed
Log opened PR's HTML URL instead of API URL in manage-cookie update
1 parent 26efcfa commit 30372bf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cookie_python/manage/repo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,4 +167,4 @@ def open_pr(self, message: str) -> None:
167167
title=commit_title.strip(),
168168
body=os.linesep.join(commit_body),
169169
)
170-
self.logger.success(f"Opened PR {pr.url}")
170+
self.logger.success(f"Opened PR {pr.html_url}")

0 commit comments

Comments
 (0)