From 8f53e0174916eade5af9bc87d2026f23be6c4325 Mon Sep 17 00:00:00 2001 From: Alexander Zubarev Date: Thu, 13 Apr 2023 23:36:08 +0300 Subject: [PATCH] Show storage of publish on graph --- deb/graph.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deb/graph.go b/deb/graph.go index 4c45ca9f..16a7ce85 100644 --- a/deb/graph.go +++ b/deb/graph.go @@ -119,8 +119,8 @@ func BuildGraph(collectionFactory *CollectionFactory, layout string) (gographviz "shape": "Mrecord", "style": "filled", "fillcolor": "darkolivegreen1", - "label": fmt.Sprintf("%sPublished %s/%s|comp: %s|arch: %s%s", labelStart, - repo.Prefix, repo.Distribution, strings.Join(repo.Components(), " "), + "label": fmt.Sprintf("%sPublished %s|comp: %s|arch: %s%s", labelStart, + repo.GetPath(), strings.Join(repo.Components(), " "), strings.Join(repo.Architectures, ", "), labelEnd), })