Skip to content

Commit 501c8c7

Browse files
committed
Fix broken link
1 parent f1b8e82 commit 501c8c7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

api/gitlab/build.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,6 +231,6 @@ func DownloadMautrixBridgeBinary(ctx context.Context, bridge, path string, v2, n
231231
}
232232
}
233233

234-
log.Printf("Successfully installed [cyan]%s[reset] commit %s", fileName, linkifyCommit(domain, build.Commit))
234+
log.Printf("Successfully installed [cyan]%s[reset] commit %s", fileName, linkifyCommit(repo, build.Commit))
235235
return nil
236236
}

0 commit comments

Comments
 (0)