diff mbox series

[1/2] arm-bsp/docs:corstone1000: Fix secure boot script path

Message ID 20260501133017.2820317-2-alex.chapman@arm.com
State New
Headers show
Series Reduce sudo dependency in OOB tests | expand

Commit Message

Alex Chapman May 1, 2026, 1:30 p.m. UTC
- Use the correct `${WORKSPACE}` script path without the stray `./` prefix.

This avoids an invalid command path.
---
 meta-arm-bsp/documentation/corstone1000/user-guide.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/meta-arm-bsp/documentation/corstone1000/user-guide.rst b/meta-arm-bsp/documentation/corstone1000/user-guide.rst
index e38fd1e8..5bade38e 100644
--- a/meta-arm-bsp/documentation/corstone1000/user-guide.rst
+++ b/meta-arm-bsp/documentation/corstone1000/user-guide.rst
@@ -1865,7 +1865,7 @@  Generate Keys, Signed Image and Unsigned Image
 
     .. code-block:: console
 
-        ./${WORKSPACE}/iot-platform-assets/corstone1000/secureboot/create_keys_and_sign.sh \
+        ${WORKSPACE}/iot-platform-assets/corstone1000/secureboot/create_keys_and_sign.sh \
         -d ${TARGET} \
         -v ${CERTIFICATE_VALIDITY_DURATION_IN_DAYS}