Gsd/Phase 04 Auth Passthrough #1
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