Skip to content

Fix check for existing flutter submodule - #7

Merged
passsy merged 3 commits into
passsy:masterfrom
agrosner:patch-1
Jan 7, 2019
Merged

Fix check for existing flutter submodule#7
passsy merged 3 commits into
passsy:masterfrom
agrosner:patch-1

Conversation

@agrosner

@agrosner agrosner commented Jan 7, 2019

Copy link
Copy Markdown
Contributor

In my project I have a submodule named flutter_custom_tabs, which breaks the wrapper's check for the existing flutter submodule. This change references the fact that the .flutter command in grep is using regex, meaning anyone else with submodules that match with the string flutter in it will fail silently here.

agrosner and others added 3 commits January 7, 2019 10:39
In my project I have a submodule named `flutter_custom_tabs`, which breaks the wrapper's check for the existing flutter submodule. This change [references](https://stackoverflow.com/a/10346824/3911006) the fact that the `.flutter` command in grep is using regex, meaning anyone else with submodules that match with the string `flutter` in it will fail silently here.
@passsy

passsy commented Jan 7, 2019

Copy link
Copy Markdown
Owner

Thanks, that's a good catch!

@passsy
passsy merged commit c8513f1 into passsy:master Jan 7, 2019
@agrosner
agrosner deleted the patch-1 branch January 11, 2019 15:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants