build: fix build details link in experimental mode

Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax
2024-10-08 13:38:13 +02:00
parent 746eadd16e
commit 1060328a96
9 changed files with 104 additions and 18 deletions

View File

@ -65,7 +65,6 @@ func hyperlink(url string) string {
type ErrorWithBuildRef struct {
Ref string
Err error
Msg string
}
func (e *ErrorWithBuildRef) Error() string {