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

Correct typo in functions update

This commit is contained in:
Jarrod Johnson 2021-03-18 14:58:53 -04:00
parent f442e949aa
commit 79ef1c4811
3 changed files with 3 additions and 3 deletions

View File

@ -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
}

View File

@ -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
}

View File

@ -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
}