Small bug - 'acts' should be 'facts'

This commit is contained in:
CaptTofu 2014-04-21 08:06:00 -07:00
parent f09c0c7c64
commit 2990db728a

View file

@ -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":