[object Object]

← back to Homesonspec

fix: lennar-mac-refresh PATH — add /opt/homebrew/bin so npx resolves under nohup/launchd (silent all-state no-op otherwise)

79ed5aa4bb553b2140ab015c6ba8f1379aef0f3d · 2026-08-02 05:59:19 -0700 · Steve Abrams

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>

Files touched

Diff

commit 79ed5aa4bb553b2140ab015c6ba8f1379aef0f3d
Author: Steve Abrams <steve@designerwallcoverings.com>
Date:   Sun Aug 2 05:59:19 2026 -0700

    fix: lennar-mac-refresh PATH — add /opt/homebrew/bin so npx resolves under nohup/launchd (silent all-state no-op otherwise)
    
    Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
---
 ops/lennar-mac-refresh.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ops/lennar-mac-refresh.sh b/ops/lennar-mac-refresh.sh
index 56bbc595..27ccf6d6 100755
--- a/ops/lennar-mac-refresh.sh
+++ b/ops/lennar-mac-refresh.sh
@@ -6,7 +6,7 @@
 set -uo pipefail
 ROOT=/Users/macstudio3/Projects/homesonspec
 cd "$ROOT/apps/workers"
-export PATH=$PATH:/usr/local/bin
+export PATH=$PATH:/usr/local/bin:/opt/homebrew/bin
 LOG=/tmp/lennar-mac-refresh.log; : > "$LOG"
 echo "=== Lennar Mac refresh $(date) ===" >> "$LOG"
 

← 4ad39125 ops: nightly builder-import sweep (launchd com.steve.homeson  ·  back to Homesonspec  ·  fix: import-sweep PATH — add postgresql@14+homebrew bin so p 84407145 →