Merge branch 'next' of github.com:coollabsio/coolify into next
This commit is contained in:
commit
407b8de2b1
1 changed files with 1 additions and 0 deletions
|
|
@ -245,6 +245,7 @@ public function gitCommitLink($link): string
|
|||
}
|
||||
if (strpos($this->git_repository, 'git@') === 0) {
|
||||
$git_repository = str_replace(['git@', ':', '.git'], ['', '/', ''], $this->git_repository);
|
||||
|
||||
return "https://{$git_repository}/commit/{$link}";
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue