summaryrefslogtreecommitdiffstats
path: root/layman/overlays/g_common.py
diff options
context:
space:
mode:
Diffstat (limited to 'layman/overlays/g_common.py')
-rw-r--r--layman/overlays/g_common.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/layman/overlays/g_common.py b/layman/overlays/g_common.py
index 00635b3..df7c4a4 100644
--- a/layman/overlays/g_common.py
+++ b/layman/overlays/g_common.py
@@ -44,6 +44,7 @@ class GCommonOverlay(OverlaySource):
#split source into driver and remote uri.
self.driver=self.src[:self.src.find(' ')]
self.remote_uri=self.src[self.src.find(' ')+1:]
+ self.subpath = None
def add(self, base, quiet = False):
'''Add overlay.'''