Fixed Typo in updater.py

Change-Id: Ic0b5445e313924c683e9889d94569c2554fd0b8b
This commit is contained in:
Mohit Motiani 2016-07-19 21:37:54 +00:00
parent d731a4d031
commit d9b765320d

View File

@ -114,7 +114,7 @@ class ContainerUpdater(Daemon):
def run_forever(self, *args, **kwargs):
"""
Run the updator continuously.
Run the updater continuously.
"""
time.sleep(random() * self.interval)
while True: