Commit b53b70f
committed
[bot:cli-maxxing] fix SC2088 tilde-in-quotes in uninstall.sh
shellcheck flagged uninstall.sh:469,471 — tilde doesn't expand in quotes.
These were display-only strings, swapped ~/ → \$HOME/ so the message
renders "$HOME/.local/bin" instead of a literal "~".1 parent cf7af98 commit b53b70f
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
466 | 466 | | |
467 | 467 | | |
468 | 468 | | |
469 | | - | |
| 469 | + | |
470 | 470 | | |
471 | | - | |
| 471 | + | |
472 | 472 | | |
473 | 473 | | |
474 | 474 | | |
| |||
0 commit comments