From ab980fb195c4fc55ad63aefa81f265c8d046182a Mon Sep 17 00:00:00 2001 From: Davide Madrisan Date: Mon, 31 Dec 2018 17:41:27 +0100 Subject: [PATCH] ssh module: missing space in error message --- salt/modules/ssh.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/salt/modules/ssh.py b/salt/modules/ssh.py index 02ff0ba27cb0..7a0208678b4e 100644 --- a/salt/modules/ssh.py +++ b/salt/modules/ssh.py @@ -1227,7 +1227,7 @@ def set_known_host(user=None, if fingerprint and fingerprint not in known_fingerprints: return {'status': 'error', - 'error': ('Remote host public keys found but none of their' + 'error': ('Remote host public keys found but none of their ' 'fingerprints match the one you have provided')} if check_required: