Commit 2990db72 by CaptTofu

Small bug - 'acts' should be 'facts'

parent f09c0c7c
......@@ -709,7 +709,7 @@ def main():
facts = manager.get_running_containers()
else:
acts = manager.get_deployed_containers()
facts = manager.get_deployed_containers()
# stop and remove containers
elif state == "absent":
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment