summaryrefslogtreecommitdiffstats
path: root/layman/overlays/overlay.py
diff options
context:
space:
mode:
Diffstat (limited to 'layman/overlays/overlay.py')
-rw-r--r--layman/overlays/overlay.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/layman/overlays/overlay.py b/layman/overlays/overlay.py
index 303c1fc..c6c7d64 100644
--- a/layman/overlays/overlay.py
+++ b/layman/overlays/overlay.py
@@ -377,7 +377,7 @@ class Overlay(object):
if not width:
width = terminal_width()
srclen = width - 43
- source = self.sources[0].src
+ source = ', '.join(self.source_uris())
if len(source) > srclen:
source = source.replace("overlays.gentoo.org", "o.g.o")
source = ' (' + pad(source, srclen) + ')'