Skip to content

Commit f6ac9b1

Browse files
authored
Merge pull request #92 from smkent/manage-update-pr-html-url
Log opened PR's HTML URL instead of API URL in manage-cookie update
2 parents 26efcfa + 30372bf commit f6ac9b1

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)