X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=resources%2Flibraries%2Fbash%2Ffunction%2Fcommon.sh;fp=resources%2Flibraries%2Fbash%2Ffunction%2Fcommon.sh;h=b1979174e503def3fc246ffc0402e6e6292f69ff;hp=afe9237bc287c4525e9e5af66834e32c4a036a34;hb=ee9f4b4433d3a4b72b9d3e43c480a56892e8c8b6;hpb=213bdd723f8c9b11d14c8aed2398f23cc44d478c diff --git a/resources/libraries/bash/function/common.sh b/resources/libraries/bash/function/common.sh index afe9237bc2..b1979174e5 100644 --- a/resources/libraries/bash/function/common.sh +++ b/resources/libraries/bash/function/common.sh @@ -227,7 +227,7 @@ function common_dirs () { TOPOLOGIES_DIR=$(readlink -e "${CSIT_DIR}/topologies/available") || { die "Readlink failed." } - JOB_SPECS_DIR=$(readlink -e "${CSIT_DIR}/docs/job_specs") || { + JOB_SPECS_DIR=$(readlink -e "${CSIT_DIR}/resources/job_specs") || { die "Readlink failed." } RESOURCES_DIR=$(readlink -e "${CSIT_DIR}/resources") || {