Skip to content

Commit 41a5b06

Browse files
author
qianxinfeng
committed
fix: fix list-remote all has no output
1 parent 18bc52b commit 41a5b06

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

libexec/fvm.sh

+3
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,9 @@ function alias(){
142142

143143
function list_remote(){
144144
local release_type="${1:-"/"}"
145+
if [[ $release_type == 'all' ]];then
146+
release_type='/'
147+
fi
145148
local full_path="$2"
146149
local release_info_url="${FLUTTER_RELEASE_BASE_URL}/releases_linux.json"
147150
if [[ darwin ]];then

0 commit comments

Comments
 (0)