Skip to content

Commit

Permalink
doc:
Browse files Browse the repository at this point in the history
  • Loading branch information
dashixiong91 committed Sep 23, 2019
1 parent 4271790 commit 395f3c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fvm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ function install(){
echo "Error: flutter $version_short seems to has installed ,please check it!!"
exit 1
fi
echo "flutter $version_short has downloading..."
echo "flutter $version_short is downloading..."
curl --progress-bar -o $temp_path $download_url
unzip -o $temp_path -d $target_dir
echo "flutter $version_short has installed to $target_dir!"
Expand Down

0 comments on commit 395f3c9

Please sign in to comment.