diff --git a/kiwi_scp/instance.py b/kiwi_scp/instance.py index b22ef1c..da8c2eb 100644 --- a/kiwi_scp/instance.py +++ b/kiwi_scp/instance.py @@ -76,7 +76,7 @@ class Instance: for name, description in yml["services"].items() ] - if service_names is None: + if not service_names: return Services(project_name, services) else: return Services(project_name, [