From 79ef1c4811bccf5d1a9c24fac44952c57d1365b9 Mon Sep 17 00:00:00 2001 From: Jarrod Johnson Date: Thu, 18 Mar 2021 14:58:53 -0400 Subject: [PATCH] Correct typo in functions update --- confluent_osdeploy/el8/profiles/default/scripts/functions | 2 +- confluent_osdeploy/genesis/profiles/default/scripts/functions | 2 +- confluent_osdeploy/suse15/profiles/hpc/scripts/functions | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/confluent_osdeploy/el8/profiles/default/scripts/functions b/confluent_osdeploy/el8/profiles/default/scripts/functions index 1c517124..07ad9d19 100644 --- a/confluent_osdeploy/el8/profiles/default/scripts/functions +++ b/confluent_osdeploy/el8/profiles/default/scripts/functions @@ -86,7 +86,7 @@ run_remote_config() { /usr/libexec/platform-python $apiclient /confluent-api/self/remoteconfig/"$*" -d {} /usr/libexec/platform-python $apiclient /confluent-api/self/remoteconfig/status -w 204 echo - echo 'Completed remote configuration + echo 'Completed remote configuration' echo '---------------------------------------------------------------------------' return } diff --git a/confluent_osdeploy/genesis/profiles/default/scripts/functions b/confluent_osdeploy/genesis/profiles/default/scripts/functions index 53d21baf..3af34a16 100644 --- a/confluent_osdeploy/genesis/profiles/default/scripts/functions +++ b/confluent_osdeploy/genesis/profiles/default/scripts/functions @@ -76,7 +76,7 @@ run_remote_config() { /usr/libexec/platform-python $apiclient /confluent-api/self/remoteconfig/"$*" -d {} /usr/libexec/platform-python $apiclient /confluent-api/self/remoteconfig/status -w 204 echo - echo 'Completed remote configuration + echo 'Completed remote configuration' echo '---------------------------------------------------------------------------' return } diff --git a/confluent_osdeploy/suse15/profiles/hpc/scripts/functions b/confluent_osdeploy/suse15/profiles/hpc/scripts/functions index bcbbeed4..8148dae5 100644 --- a/confluent_osdeploy/suse15/profiles/hpc/scripts/functions +++ b/confluent_osdeploy/suse15/profiles/hpc/scripts/functions @@ -46,7 +46,7 @@ run_remote_config() { /usr/libexec/platform-python $apiclient /confluent-api/self/remoteconfig/"$*" -d {} /usr/libexec/platform-python $apiclient /confluent-api/self/remoteconfig/status -w 204 echo - echo 'Completed remote configuration + echo 'Completed remote configuration' echo '---------------------------------------------------------------------------' return }