fix: replace tilde with \$HOME in printf label (SC2088)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
f40959c74f
commit
d106d1be5c
1 changed files with 1 additions and 1 deletions
|
|
@ -264,7 +264,7 @@ print_audit() {
|
|||
# Mounts section
|
||||
echo "${BOLD}Mounts:${RESET}" >&2
|
||||
printf ' %-12s %s (read-write)\n' "CWD" "$CWD" >&2
|
||||
printf ' %-12s %s (read-write)\n' "~/.claude" "$HOME/.claudebox" >&2
|
||||
printf ' %-12s %s (read-write)\n' "$HOME/.claude" "$HOME/.claudebox" >&2
|
||||
if [[ "$CREDS_MOUNT" == true ]]; then
|
||||
printf ' %-12s %s (read-write)\n' "credentials" "$CREDS_FILE" >&2
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue