We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a96e3b4 commit 0ae03a2Copy full SHA for 0ae03a2
1 file changed
.claude/session-start-global-deny.sh
@@ -65,7 +65,7 @@ PROXY_BASE=""
65
for dir in /home/user/*/; do
66
if [ -d "$dir/.git" ]; then
67
url=$(git -C "$dir" remote get-url origin 2>/dev/null || true)
68
- if echo "$url" | grep -q '127.0.0.1.*local_proxy'; then
+ if echo "$url" | grep -q 'local_proxy.*127.0.0.1'; then
69
# Extract base URL: http://local_proxy@127.0.0.1:PORT/git
70
PROXY_BASE=$(echo "$url" | sed 's|\(http://local_proxy@127\.0\.0\.1:[0-9]*/git\)/.*|\1|')
71
break
0 commit comments