Browse Source

Merge pull request #1146 from AppFlowy-IO/fix/typo_on_install_macos_script

chore fix typo in install_macos.sh
Nathan.fooo 2 years ago
parent
commit
69423b00d4
1 changed files with 0 additions and 2 deletions
  1. 0 2
      frontend/scripts/install_dev_env/install_macos.sh

+ 0 - 2
frontend/scripts/install_dev_env/install_macos.sh

@@ -34,8 +34,6 @@ else
    printMessage "Skipping Rust installation."
 fi
 
-abvc
-
 # Install sqllite
 printMessage "Installing sqlLite3."
 brew install sqlite3