← back to Fashion Style Guides
chore: macstudio3 migration — reconcile from mac2 + repoint paths (stevestudio2→macstudio3, node/npm/npx→/opt/homebrew)
803ca840a1af5467e848f39f31165b92dcd828f1 · 2026-07-03 08:08:02 -0700 · Steve
Files touched
M agent/com.steve.fashion-style-guides-refresh.plist
Diff
commit 803ca840a1af5467e848f39f31165b92dcd828f1
Author: Steve <steve@designerwallcoverings.com>
Date: Fri Jul 3 08:08:02 2026 -0700
chore: macstudio3 migration — reconcile from mac2 + repoint paths (stevestudio2→macstudio3, node/npm/npx→/opt/homebrew)
---
agent/com.steve.fashion-style-guides-refresh.plist | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/agent/com.steve.fashion-style-guides-refresh.plist b/agent/com.steve.fashion-style-guides-refresh.plist
index c4416ef..e81b6b8 100644
--- a/agent/com.steve.fashion-style-guides-refresh.plist
+++ b/agent/com.steve.fashion-style-guides-refresh.plist
@@ -6,8 +6,8 @@
<string>com.steve.fashion-style-guides-refresh</string>
<key>ProgramArguments</key>
<array>
- <string>/usr/local/bin/node</string>
- <string>/Users/stevestudio2/Projects/fashion-style-guides/agent/refresh.js</string>
+ <string>/opt/homebrew/bin/node</string>
+ <string>/Users/macstudio3/Projects/fashion-style-guides/agent/refresh.js</string>
</array>
<key>StartCalendarInterval</key>
<dict>
@@ -19,9 +19,9 @@
<integer>14</integer>
</dict>
<key>StandardOutPath</key>
- <string>/Users/stevestudio2/Projects/fashion-style-guides/agent/refresh.stdout.log</string>
+ <string>/Users/macstudio3/Projects/fashion-style-guides/agent/refresh.stdout.log</string>
<key>StandardErrorPath</key>
- <string>/Users/stevestudio2/Projects/fashion-style-guides/agent/refresh.stderr.log</string>
+ <string>/Users/macstudio3/Projects/fashion-style-guides/agent/refresh.stderr.log</string>
<key>RunAtLoad</key>
<false/>
</dict>
← 785c5cd Link favicon.svg in head (use branded SVG, not .ico fallback
·
back to Fashion Style Guides
·
(newest)