Merge pull request #7096 from CaptTofu/docker

Small bug - 'acts' should be 'facts'
reviewable/pr18780/r1
James Cammarata 11 years ago
commit 234d0053bf

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