瀏覽代碼

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

chore fix typo in install_macos.sh
Nathan.fooo 2 年之前
父節點
當前提交
69423b00d4
共有 1 個文件被更改,包括 0 次插入2 次删除
  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