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.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/layman/overlays/overlay.py b/layman/overlays/overlay.py
index 580ff47..4f245ec 100644
--- a/layman/overlays/overlay.py
+++ b/layman/overlays/overlay.py
@@ -349,6 +349,9 @@ class Overlay:
return self.status == 'official'
+ def command(self):
+ return self.config['%s_command' % self.__class__.type_key]
+
#================================================================================
#
# Testing