2
0
mirror of https://github.com/xcat2/confluent.git synced 2024-11-25 02:52:07 +00:00

Correct minor formatting mistake in warning

This commit is contained in:
Jarrod Johnson 2022-08-29 12:22:14 -04:00
parent 8277701af6
commit 908e51221c

View File

@ -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()