We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 26efcfa + 30372bf commit f6ac9b1Copy full SHA for f6ac9b1
1 file changed
cookie_python/manage/repo.py
@@ -167,4 +167,4 @@ def open_pr(self, message: str) -> None:
167
title=commit_title.strip(),
168
body=os.linesep.join(commit_body),
169
)
170
- self.logger.success(f"Opened PR {pr.url}")
+ self.logger.success(f"Opened PR {pr.html_url}")
0 commit comments