Skip to content

Commit

Permalink
最新のタグのだしかたの改善 (VOICEVOX#379)
Browse files Browse the repository at this point in the history
  • Loading branch information
misogihagi authored Feb 3, 2023
1 parent 8c31436 commit 4fa1d7d
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 4fa1d7d

Please sign in to comment.