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 6052bd0..1fc767f 100644
--- a/layman/overlays/rsync.py
+++ b/layman/overlays/rsync.py
@@ -37,6 +37,7 @@ class RsyncOverlay(Overlay):
''' Handles rsync overlays.'''
type = 'Rsync'
+ type_key = 'rsync'
binary = '/usr/bin/rsync'