Small bug - 'acts' should be 'facts'

pull/7096/head
CaptTofu 11 years ago
parent f09c0c7c64
commit 2990db728a

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

Loading…
Cancel
Save