From 3a2229d7b4c383c29f17b83ea318e6d995d34462 Mon Sep 17 00:00:00 2001 From: "Christopher A. DeFlumeri" Date: Sat, 7 Jul 2018 15:21:26 -0400 Subject: [PATCH] tabs and spaces, sigh --- management/dns_update.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/management/dns_update.py b/management/dns_update.py index b0ab5caa..e801f60c 100755 --- a/management/dns_update.py +++ b/management/dns_update.py @@ -370,8 +370,8 @@ def build_sshfp_records(): # to check for port 22 being open, but this isn't sufficient, since # sshd has a default of 22. So, populate the array with "22" here, since # it's highly likely the default has not changed on most deployments - if not ports: - ports = ["22"] + if not ports: + ports = ["22"] # the keys are the same at each port, so we only need to get # them at the first port found (may not be port 22)