FIX: Copy-paste typo in 2n-10ge2p1x710-eth-l2bd-6ch-48vh-24vm1t-vppip4-ndrpdr.robot
[csit.git] / resources / libraries / bash / k8s_setup.sh
index f9f6c61..4128512 100755 (executable)
@@ -29,7 +29,7 @@ do
         varname=$(echo "$line" | cut -d '=' -f 1)
         cfg[$varname]=$(echo "$line" | cut -d '=' -f 2-)
     fi
-done < ${script_dir}/../config/config
+done < ${SCRIPT_DIR}/config/config
 
 trap "k8s_utils.destroy" ERR