Commit 53754357 by James Cammarata

Merge pull request #7096 from CaptTofu/docker

Small bug - 'acts' should be 'facts'
parents afee1417 2990db72
......@@ -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