doc: Update ccv0

- Update script to reflect merge of directory changes

- Fixes: #3295

Signed-off-by: stevenhorsman <steven@uk.ibm.com>
This commit is contained in:
stevenhorsman 2021-12-17 11:00:33 +00:00
parent 85bb1e5e45
commit bf6b1102db

View File

@ -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"