Merge pull request #7096 from CaptTofu/docker

Small bug - 'acts' should be 'facts'
pull/7099/head
James Cammarata 12 years ago
commit 53754357f7

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