From bf6b1102dbb94b527396d56d2cff8dcf7f491680 Mon Sep 17 00:00:00 2001 From: stevenhorsman Date: Fri, 17 Dec 2021 11:00:33 +0000 Subject: [PATCH] doc: Update ccv0 - Update script to reflect merge of directory changes - Fixes: #3295 Signed-off-by: stevenhorsman --- docs/how-to/ccv0.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/how-to/ccv0.sh b/docs/how-to/ccv0.sh index 87a243a2ad..03ec36867e 100755 --- a/docs/how-to/ccv0.sh +++ b/docs/how-to/ccv0.sh @@ -370,7 +370,7 @@ build_bundle_dir_if_necessary() { } build_agent_ctl() { - cd ${GOPATH}/src/${katacontainers_repo}/tools/agent-ctl/ + cd ${GOPATH}/src/${katacontainers_repo}/src/tools/agent-ctl/ sudo chown -R ${USER}:${USER} "${HOME}/.cargo/registry" make cd "./target/x86_64-unknown-linux-musl/release"