Skip to content

Commit 2a87ab4

Browse files
oktalzGopher Bot
authored andcommitted
CLEANUP/MINOR: doc: fix volume mount path in usage comment
Update the directory path in the Docker run command within the block_secrets_test.sh usage instructions. The path was changed from $PWD/pkg/protection to $PWD/hug/protection to align with the current repository structure.
1 parent 23414c6 commit 2a87ab4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

hug/protection/block_secrets_test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# Builds libblock_secrets.so and runs block_secrets_test.c under LD_PRELOAD.
88
# Designed to run inside the musl/alpine build image so the test exercises the
99
# same libc as production. Usage:
10-
# docker run --rm -v "$PWD/pkg/protection":/p:ro haproxytech/haproxy-alpine:3.2 \
10+
# docker run --rm -v "$PWD/hug/protection":/p:ro haproxytech/haproxy-alpine:3.2 \
1111
# sh -c 'apk add --no-cache build-base >/dev/null && cp /p/* /tmp && /tmp/block_secrets_test.sh'
1212
set -eu
1313

0 commit comments

Comments
 (0)