Commit a837ef4
committed
fix(installer): remove orphaned duplicate help text causing 15 PS1 parse errors
Lines 40-54 were a leftover copy of the help here-string body without
an opening @" delimiter, causing the Validate CI workflow to fail with
15 PSParseError entries. Also fix undefined $agentName variable on the
final status line (leftover from Command-Code-specific refactor).1 parent 7e8f8c2 commit a837ef4
1 file changed
Lines changed: 1 addition & 16 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | 40 | | |
56 | 41 | | |
57 | 42 | | |
| |||
182 | 167 | | |
183 | 168 | | |
184 | 169 | | |
185 | | - | |
| 170 | + | |
186 | 171 | | |
187 | 172 | | |
188 | 173 | | |
| |||
0 commit comments