diff --git a/tools/testing/kata-webhook/webhook-check.sh b/tools/testing/kata-webhook/webhook-check.sh index 2341442ff1..f13177a423 100755 --- a/tools/testing/kata-webhook/webhook-check.sh +++ b/tools/testing/kata-webhook/webhook-check.sh @@ -11,7 +11,7 @@ set -o nounset set -o pipefail webhook_dir=$(dirname $0) -source "${webhook_dir}/../lib/common.bash" +source "${webhook_dir}/../../../tests/common.bash" source "${webhook_dir}/common.bash" readonly hello_pod="hello-kata-webhook"