From 7bba3e1c51e9fecda930399a20b2e984e9f874c1 Mon Sep 17 00:00:00 2001 From: VirtuBox Date: Tue, 24 Sep 2019 12:10:45 +0200 Subject: [PATCH] Fix indentation --- wo/cli/plugins/secure.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wo/cli/plugins/secure.py b/wo/cli/plugins/secure.py index 34ebaff..f72105e 100644 --- a/wo/cli/plugins/secure.py +++ b/wo/cli/plugins/secure.py @@ -167,7 +167,7 @@ class WOSecureController(CementBaseController): if start_secure != "Y" and start_secure != "y": Log.error(self, "Not hardening SSH security") WOGit.add(self, ["/etc/ssh"], - msg="Adding SSH into Git") + msg="Adding SSH into Git") Log.debug(self, "check if /etc/ssh/sshd_config exist") if os.path.isfile('/etc/ssh/sshd_config'): Log.debug(self, "looking for the current ssh port")