We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5008757 commit a1c7c7fCopy full SHA for a1c7c7f
install.sh
@@ -58,7 +58,7 @@ printf "Installing Flutter Wrapper $VERSION_TAG\n"
58
FLUTTER_DIR_NAME='.flutter'
59
60
# Check if submodule already exists (when updating flutter wrapper)
61
-HAS_SUBMODULE=`git submodule | grep "\ \.flutter\ "`
+HAS_SUBMODULE=`git submodule | grep "\ \.flutter$"`
62
if [ -z "$HAS_SUBMODULE" ]; then
63
printf "adding '.flutter' submodule\n"
64
UPDATED=false
0 commit comments