We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18bc52b commit 41a5b06Copy full SHA for 41a5b06
libexec/fvm.sh
@@ -142,6 +142,9 @@ function alias(){
142
143
function list_remote(){
144
local release_type="${1:-"/"}"
145
+ if [[ $release_type == 'all' ]];then
146
+ release_type='/'
147
+ fi
148
local full_path="$2"
149
local release_info_url="${FLUTTER_RELEASE_BASE_URL}/releases_linux.json"
150
if [[ darwin ]];then
0 commit comments