From ebe5c5adf9d926ff19af0d760c10f3355d794358 Mon Sep 17 00:00:00 2001 From: Mathias Flagey Date: Thu, 8 Dec 2022 08:42:38 +0100 Subject: [PATCH] docs: Update virtiofsd build script in the developer guide Script to execute to build virtiofsd has been changed in #5426 but not in the doc. This commit update the developer guide. Fixes: #5860 Signed-off-by: Mathias Flagey --- docs/Developer-Guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Developer-Guide.md b/docs/Developer-Guide.md index a57bd2d72..980532c0d 100644 --- a/docs/Developer-Guide.md +++ b/docs/Developer-Guide.md @@ -441,7 +441,7 @@ When using the file system type virtio-fs (default), `virtiofsd` is required ```bash $ pushd kata-containers/tools/packaging/static-build/virtiofsd -$ ./build-static-virtiofsd.sh +$ ./build.sh $ popd ```