Commit 8f79c4c
authored
fix(install.sh): guard rm -rf with ${SKILLS_DIR:?} (shellcheck SC2115) (#72)
Defense-in-depth against an empty SKILLS_DIR expanding to a root-level path.
Empty values are already rejected upstream; this makes it impossible by
construction. One-char change, behavior otherwise identical.1 parent 1d3e589 commit 8f79c4c
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
72 | | - | |
| 72 | + | |
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
| |||
0 commit comments