Commit 1f797c3
authored
fix(installer): default SCRIPT_VERSION to main instead of pinned tag (#173)
The bob platform skills (evolve-lite:learn, evolve-lite:recall) were added
after v1.0.6, so the pinned tag causes bob lite installs to fail with
FileNotFoundError. Default to main so the installer always pulls the
latest source tree.
Fixes #1711 parent 77273dd commit 1f797c3
1 file changed
Lines changed: 3 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
28 | 27 | | |
29 | 28 | | |
30 | 29 | | |
| |||
0 commit comments