From 908e51221c55e42e5961bf3ad0174bfe33f24a2e Mon Sep 17 00:00:00 2001 From: Jarrod Johnson Date: Mon, 29 Aug 2022 12:22:14 -0400 Subject: [PATCH] Correct minor formatting mistake in warning --- confluent_server/bin/osdeploy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/confluent_server/bin/osdeploy b/confluent_server/bin/osdeploy index 9d343110..d7657f29 100644 --- a/confluent_server/bin/osdeploy +++ b/confluent_server/bin/osdeploy @@ -295,7 +295,7 @@ def initialize(cmdset): try: sshutil.initialize_ca() except sshutil.AlreadyExists: - emprint('Skipping generation of SSH CA, already present and would likely be more problematic to regenerate than to reuse (if absolutely sure you want to discard old CA, then delete /etc/confluent/ssh/ca*') + emprint('Skipping generation of SSH CA, already present and would likely be more problematic to regenerate than to reuse (if absolutely sure you want to discard old CA, then delete /etc/confluent/ssh/ca*)') if cmdset.a: didsomething = True init_confluent_myname()