Skip to content

Commit f40484b

Browse files
authored
Change link in update MR description
1 parent bc4c08a commit f40484b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/pyxis/managed_versioning/component_updater.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ def execute
4646
branch: update_branch
4747
)
4848

49-
new_version_link = "[#{new_version[0...11]}](https://github.com/#{component.github_path}/commit/#{new_version})"
49+
new_version_link = "[#{new_version[0...11]}](https://github.com/#{component.github_path}/commits/#{new_version})"
5050
pr = GithubClient.octokit.create_pull_request(
5151
Project::Reticulum.github_path,
5252
Project::Reticulum.default_branch,

0 commit comments

Comments
 (0)