Commit dffb0b7
committed
fix(install.sh): use ${version} brace syntax to guard against CDN cache skew
$version... worked once the ellipsis was replaced with ASCII dots, but
using ${var} explicitly terminates the variable name regardless of what
follows. Also forces a new git blob to bust GitHub raw CDN cache that
has been serving the pre-fix install.sh for >12 h.1 parent 26b23bf commit dffb0b7
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
107 | 107 | | |
108 | 108 | | |
109 | 109 | | |
110 | | - | |
| 110 | + | |
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
| |||
125 | 125 | | |
126 | 126 | | |
127 | 127 | | |
128 | | - | |
| 128 | + | |
129 | 129 | | |
130 | 130 | | |
131 | 131 | | |
| |||
0 commit comments