Skip to content

Commit

Permalink
download.shを修正 (VOICEVOX#273)
Browse files Browse the repository at this point in the history
Fix a typo in download.sh
  • Loading branch information
qryxip authored Sep 11, 2022
1 parent dbbd90c commit b864411
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 @@ -136,7 +136,7 @@ do
min=true
;;
*)
echo "サポートされていないオプションです" >%2
echo "サポートされていないオプションです" >&2
exit 1;;
esac
shift
Expand Down

0 comments on commit b864411

Please sign in to comment.