File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -228,7 +228,7 @@ function _app_install_for_helm(){
228228 echo " ...app '${app_name} ' not found at '${source} '. Starting download from '${url} ' to '${destination} '..."
229229 run_a_script " curl --silent --fail --create-dirs --output ${_helm_install_temp_dir} /helm-${VER_HELM} -linux-${HOST_ARCHITECTURE} .tar.gz -L ${url} " --disable_log
230230
231- run_a_script " tar -xf '${_helm_install_temp_dir} /helm-${VER_HELM} -linux-${HOST_ARCHITECTURE} .tar.gz' --directory '${_helm_install_temp_dir} ' linux-${ARCHITECTURE } /helm" --disable_log
231+ run_a_script " tar -xf '${_helm_install_temp_dir} /helm-${VER_HELM} -linux-${HOST_ARCHITECTURE} .tar.gz' --directory '${_helm_install_temp_dir} ' linux-${HOST_ARCHITECTURE } /helm" --disable_log
232232 run_a_script " mv ${_helm_install_temp_dir} /linux-${HOST_ARCHITECTURE} /helm ${destination} " --disable_log
233233 run_a_script " rm ${_helm_install_temp_dir} -rf" --disable_log
234234 fi
You can’t perform that action at this time.
0 commit comments