From 9bdef5bbb9582a8adf1fe88ac2985e092fdd8b50 Mon Sep 17 00:00:00 2001 From: Jarrod Johnson Date: Tue, 25 May 2021 11:58:01 -0400 Subject: [PATCH] Fix typo in confetty --- confluent_client/bin/confetty | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/confluent_client/bin/confetty b/confluent_client/bin/confetty index f2cd044c..2388f2ed 100755 --- a/confluent_client/bin/confetty +++ b/confluent_client/bin/confetty @@ -722,7 +722,7 @@ def conserver_command(filehandle, localcommand): if localcommand[1] == 'o': # off sys.stdout.write("powering off...") sys.stdout.flush() - consume_termdata(session.conneection) + consume_termdata(session.connection) run_inline_command('/power/state', 'off', 'complete]') elif localcommand[1] == 's': # shutdown sys.stdout.write("shutting down...")