There was an error while loading. Please reload this page.
1 parent f1b8e82 commit 501c8c7Copy full SHA for 501c8c7
1 file changed
api/gitlab/build.go
@@ -231,6 +231,6 @@ func DownloadMautrixBridgeBinary(ctx context.Context, bridge, path string, v2, n
231
}
232
233
234
- log.Printf("Successfully installed [cyan]%s[reset] commit %s", fileName, linkifyCommit(domain, build.Commit))
+ log.Printf("Successfully installed [cyan]%s[reset] commit %s", fileName, linkifyCommit(repo, build.Commit))
235
return nil
236
0 commit comments