diff --git a/remote.py b/remote.py index a8d8972..216fa9e 100644 --- a/remote.py +++ b/remote.py @@ -17,6 +17,7 @@ class Remote: def __init__(self, args): self.location = args[arguments.REMOTE] self.architectures = args[arguments.ARCHITECTURES] + self.subsystems = args[arguments.SUBSYSTEMS] self.load() def load(self):