This repository was archived by the owner on Apr 2, 2026. It is now read-only.
Commit 6ed203b
fix: use exact regex match for auth status check in postinstall
out.includes("authenticated") matches "not authenticated", causing the
postinstall to always take the already-authenticated branch even after
logout. Use /^Status: authenticated$/m to match the exact output line.
Co-Authored-By: Grey Newell <greyshipscode@gmail.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent c4ae1dd commit 6ed203b
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
191 | 191 | | |
192 | 192 | | |
193 | 193 | | |
194 | | - | |
| 194 | + | |
195 | 195 | | |
196 | 196 | | |
197 | 197 | | |
| |||
0 commit comments