Attempt to fix Flutter project detection.

This commit is contained in:
Hyperling 2025-03-07 12:02:02 -07:00
parent e4d784b6c7
commit 48777cf25c

View File

@ -526,7 +526,7 @@
# Project folder manipulation.
dest_folder="$git_project"
if [[ "$dest_folder" == "flutter-*" ]]; then
if [[ "$dest_folder" == "flutter-"* ]]; then
echo "- Using '_' for Flutter Project"
dest_folder="${dest_folder//-/_}"
fi