Skip to content

Commit

Permalink
fix(app_flowy): Commit Structure
Browse files Browse the repository at this point in the history
- Fixed Commit Structure
  • Loading branch information
AmanNegi committed Mar 8, 2023
1 parent 19d892b commit d4ab941
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/scripts/install_dev_env/install_macos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ printMessage "Installing sqlLite3."
brew install sqlite3

printMessage "Setting up Flutter"

# Get the current Flutter version
FLUTTER_VERSION=$(flutter --version | grep -oE 'Flutter [^ ]+' | grep -oE '[^ ]+$')
# Check if the current version is 3.3.10
Expand Down

0 comments on commit d4ab941

Please sign in to comment.