From 94135d91c3439c786a7f120d19ca172af37408bd Mon Sep 17 00:00:00 2001 From: Nicolas Delaby Date: Mon, 23 Nov 2015 12:27:54 +0100 Subject: [PATCH] cosmetic --- salt/states/dockerng.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/salt/states/dockerng.py b/salt/states/dockerng.py index 177856b216..34f56beb7e 100644 --- a/salt/states/dockerng.py +++ b/salt/states/dockerng.py @@ -344,7 +344,7 @@ def _compare(actual, create_kwargs): ) if actual_hosts != desired_hosts: ret.update({item: {'old': actual_hosts, - 'new': desired_hosts}}) + 'new': desired_hosts}}) continue elif isinstance(data, list):