Merge pull request #7096 from CaptTofu/docker

Small bug - 'acts' should be 'facts'
pull/4420/head
James Cammarata 2014-04-21 11:49:26 -05:00
commit 53754357f7
1 changed files with 1 additions and 1 deletions

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