Skip to content

Commit 8406395

Browse files
authored
Fix install script
Upstream started using the `.tgz` extension instead of the `.tar.gz` extension, so this script is broken as of writing
1 parent 66047d7 commit 8406395

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ fi
191191
if [ "${platform:-x}" = "win64" ] || [ "${platform:-x}" = "win32" ]; then
192192
extension='zip'
193193
else
194-
extension='tar.gz'
194+
extension='tgz'
195195
fi
196196

197197
if [ "${platform:-x}" = "linux64" ]; then

0 commit comments

Comments
 (0)