Skip to content

Commit

Permalink
最新のタグのだしかたの改善 (#379)
Browse files Browse the repository at this point in the history
  • Loading branch information
misogihagi authored and Hiroshiba committed Feb 4, 2023
1 parent ff91afd commit d7c45de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/downloads/download.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ voicevox_additional_libraries_url(){
latest_version(){
base_url=$1
get_latest_url="$base_url/releases/tag"
echo -En "$(curl -sSfI "$base_url/releases/latest"| grep "location:" | sed -e "s%location: $get_latest_url/%%" | sed 's/\r//g')"
echo -En "$(curl -sSfI "$base_url/releases/latest"| grep -i "location:" | sed -e "s%location: $get_latest_url/%%i" | sed 's/\r//g')"
}

latest_voicevox_core_version(){
Expand Down

0 comments on commit d7c45de

Please sign in to comment.