summaryrefslogtreecommitdiffstats
path: root/tools/ves-clean.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tools/ves-clean.sh')
-rw-r--r--tools/ves-clean.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/ves-clean.sh b/tools/ves-clean.sh
index 0f9b8d7..1a361f6 100644
--- a/tools/ves-clean.sh
+++ b/tools/ves-clean.sh
@@ -188,7 +188,7 @@ if [[ $(grep -c $HOSTNAME /etc/hosts) -eq 0 ]]; then
sudo tee -a /etc/hosts
fi
-source ~/k8s_env_$k8s_master_hostname.sh
+source ~/k8s_env.sh
if [[ -f ~/ves/tools/ves_env.sh ]]; then
source ~/ves/tools/ves_env.sh
fi