From 2b963ce854cc1847cb7819703a1ffdbc9bb6a93e Mon Sep 17 00:00:00 2001 From: Jarrod Johnson Date: Wed, 5 Aug 2020 12:35:16 -0400 Subject: [PATCH] Address typo in RHVH 4.3 support This prevented 4.3 from deploying --- confluent_osdeploy/rhvh4/profiles/default/scripts/pre.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/confluent_osdeploy/rhvh4/profiles/default/scripts/pre.sh b/confluent_osdeploy/rhvh4/profiles/default/scripts/pre.sh index 87ce41e8..ebda5efe 100644 --- a/confluent_osdeploy/rhvh4/profiles/default/scripts/pre.sh +++ b/confluent_osdeploy/rhvh4/profiles/default/scripts/pre.sh @@ -80,7 +80,7 @@ if [ -e /tmp/installdisk ]; then fi cd $(mktemp -d) if [ -x /usr/bin/python ]; then - pythton=/usr/bin/python + python=/usr/bin/python elif [ -x /usr/libexec/platform-python ]; then python=/usr/libexec/platform-python fi