Fix small issues
diff --git a/xos/observers/helloworldservice_complete/steps/sync_helloworldtenant.py b/xos/observers/helloworldservice_complete/steps/sync_helloworldtenant.py
index 67d159f..a4b5435 100644
--- a/xos/observers/helloworldservice_complete/steps/sync_helloworldtenant.py
+++ b/xos/observers/helloworldservice_complete/steps/sync_helloworldtenant.py
@@ -26,7 +26,7 @@
service_key_name = "/opt/xos/observers/helloworldservice_complete/helloworldservice_private_key"
def __init__(self, *args, **kwargs):
- super(HelloWorldTenantComplete self).__init__(*args, **kwargs)
+ super(SyncHelloWorldTenantComplete, self).__init__(*args, **kwargs)
# Defines the logic for determining what HelloWorldTenantCompletes need to be
# enacted.