Small bug - 'acts' should be 'facts'
This commit is contained in:
parent
afd0e78f16
commit
45d2cab30c
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue