summaryrefslogtreecommitdiffstats
path: root/src/sbin/bcfg2-info
diff options
context:
space:
mode:
Diffstat (limited to 'src/sbin/bcfg2-info')
-rwxr-xr-xsrc/sbin/bcfg2-info3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/sbin/bcfg2-info b/src/sbin/bcfg2-info
index 6008f8896..a6c3149bc 100755
--- a/src/sbin/bcfg2-info
+++ b/src/sbin/bcfg2-info
@@ -438,8 +438,7 @@ Bcfg2 client itself.""")
automatch = self.setup.cfp.getboolean("properties", "automatch",
default=False)
pfile = self.plugins['Properties'].entries[pname]
- if (not force and
- not automatch and
+ if (not force and not automatch and
pfile.xdata.get("automatch", "false").lower() != "true"):
print("Automatch not enabled on %s" % pname)
else: