From ef9786a1bedcd763adce4d5a2069cfa1bf3c00c9 Mon Sep 17 00:00:00 2001 From: Nihal Agazade <43378371+icarusdust@users.noreply.github.com> Date: Fri, 5 Dec 2025 19:46:02 +0200 Subject: [PATCH] Update building-a-flutter-app.md Remove - from the scripts --- content/yaml-quick-start/building-a-flutter-app.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/yaml-quick-start/building-a-flutter-app.md b/content/yaml-quick-start/building-a-flutter-app.md index 19c30fb1..4e53a9cd 100644 --- a/content/yaml-quick-start/building-a-flutter-app.md +++ b/content/yaml-quick-start/building-a-flutter-app.md @@ -87,8 +87,8 @@ ln -s $FLUTTER_ROOT $CM_BUILD_DIR/.fvm/flutter_sdk ```yaml - name: Configure FVM script: | - - brew tap leoafarias/fvm && brew install fvm - - fvm install && fvm use + brew tap leoafarias/fvm && brew install fvm + fvm install && fvm use ``` {{}}