Fix styling

This commit is contained in:
andrasbacsai 2024-06-12 09:35:55 +00:00 committed by github-actions[bot]
parent 5cf6804615
commit 2335abac91

View File

@ -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}";
}