From 18c0c430cae7f8c59ca690b3aa7f6830eff8f61d Mon Sep 17 00:00:00 2001 From: Mofizur Rahman Date: Tue, 23 Mar 2021 12:53:35 -0400 Subject: [PATCH] fix variable to config_file --- .../en/docs/ibm/deploy/install-kubeflow-on-IBM-openshift.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/en/docs/ibm/deploy/install-kubeflow-on-IBM-openshift.md b/content/en/docs/ibm/deploy/install-kubeflow-on-IBM-openshift.md index 8e4d698303..ace3fee8f4 100644 --- a/content/en/docs/ibm/deploy/install-kubeflow-on-IBM-openshift.md +++ b/content/en/docs/ibm/deploy/install-kubeflow-on-IBM-openshift.md @@ -61,10 +61,10 @@ cd ${KF_DIR} wget ${CONFIG_URI} -O ${CONFIG_FILE} # On MacOS -sed -i '' -e 's#https://github.com/kubeflow/manifests/archive/master.tar.gz#https://github.com/kubeflow/manifests/archive/552a4ba84567ed8c0f9abca12f15b8eed000426c.tar.gz#g' ${CONFIG_URI} +sed -i '' -e 's#https://github.com/kubeflow/manifests/archive/master.tar.gz#https://github.com/kubeflow/manifests/archive/552a4ba84567ed8c0f9abca12f15b8eed000426c.tar.gz#g' ${CONFIG_FILE} # On Linux -sed -i -e 's#https://github.com/kubeflow/manifests/archive/master.tar.gz#https://github.com/kubeflow/manifests/archive/552a4ba84567ed8c0f9abca12f15b8eed000426c.tar.gz#g' ${CONFIG_URI} +sed -i -e 's#https://github.com/kubeflow/manifests/archive/master.tar.gz#https://github.com/kubeflow/manifests/archive/552a4ba84567ed8c0f9abca12f15b8eed000426c.tar.gz#g' ${CONFIG_FILE} # Deploy Kubeflow. You can customize the CONFIG_FILE if needed. kfctl apply -V -f ${CONFIG_FILE}