Skip to content

Commit

Permalink
fix: fix list-remote all has no output
Browse files Browse the repository at this point in the history
  • Loading branch information
qianxinfeng committed Sep 16, 2021
1 parent 18bc52b commit 41a5b06
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions libexec/fvm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,9 @@ function alias(){

function list_remote(){
local release_type="${1:-"/"}"
if [[ $release_type == 'all' ]];then
release_type='/'
fi
local full_path="$2"
local release_info_url="${FLUTTER_RELEASE_BASE_URL}/releases_linux.json"
if [[ darwin ]];then
Expand Down

0 comments on commit 41a5b06

Please sign in to comment.