2
0
mirror of https://github.com/xcat2/confluent.git synced 2025-01-27 11:30:06 +00:00

Fix function definition

Sourcing the functions was causing a hang.
This commit is contained in:
Jarrod Johnson 2020-06-01 11:12:28 -04:00
parent e7cb3f9a0c
commit 700afc6606

View File

@ -6,7 +6,7 @@ run_remote() {
cd -
}
run_remote_python {
run_remote_python() {
cd $(mktemp -d)
curl -f https://$mgr/confluent-public/os/$profile/scripts/$1 > $1
/usr/libexec/platform-python $1