Attempt to fix Flutter project detection.
This commit is contained in:
		| @@ -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 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user