diff --git a/stack_orchestrator/deploy/spec.py b/stack_orchestrator/deploy/spec.py index 72f1cfb1..7e5ad16b 100644 --- a/stack_orchestrator/deploy/spec.py +++ b/stack_orchestrator/deploy/spec.py @@ -117,4 +117,4 @@ class Spec: return "true" == str(self.obj.get("security", {}).get("privileged", "false")).lower() def get_capabilities(self): - return self.obj.get("security", {}).get("capabilities", []) \ No newline at end of file + return self.obj.get("security", {}).get("capabilities", [])