We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4271790 commit 395f3c9Copy full SHA for 395f3c9
fvm.sh
@@ -87,7 +87,7 @@ function install(){
87
echo "Error: flutter $version_short seems to has installed ,please check it!!"
88
exit 1
89
fi
90
- echo "flutter $version_short has downloading..."
+ echo "flutter $version_short is downloading..."
91
curl --progress-bar -o $temp_path $download_url
92
unzip -o $temp_path -d $target_dir
93
echo "flutter $version_short has installed to $target_dir!"
0 commit comments