Skip to content

Commit 8b68c70

Browse files
authored
Update install.sh
1 parent fb82308 commit 8b68c70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ apiPath="https://api.github.com/repos/$repo/releases/latest"
3636

3737
# latest version
3838
echo "Get the latest version"
39-
tag=`curl --silent $apiPath | grep "tag_name" | head -n 1 | awk -F ":" '{print $2}' | sed 's/\"//g;s/,//g;s/ //g'
39+
tag=`curl --silent $apiPath | grep "tag_name" | head -n 1 | awk -F ":" '{print $2}' | sed 's/\"//g;s/,//g;s/ //g'`
4040
echo "Latest version: $tag"
4141

4242
# download

0 commit comments

Comments
 (0)