summaryrefslogtreecommitdiffstats
path: root/layman/overlays/rsync.py
diff options
context:
space:
mode:
Diffstat (limited to 'layman/overlays/rsync.py')
-rw-r--r--layman/overlays/rsync.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/layman/overlays/rsync.py b/layman/overlays/rsync.py
index 3090c77..f4537ed 100644
--- a/layman/overlays/rsync.py
+++ b/layman/overlays/rsync.py
@@ -44,6 +44,7 @@ class RsyncOverlay(OverlaySource):
super(RsyncOverlay, self).__init__(parent, config,
_location, ignore, quiet)
+ self.subpath = None
def add(self, base, quiet = False):
'''Add overlay.'''