Skip to content

Commit f5702af

Browse files
committed
Pull fast foward only
1 parent ed81d2d commit f5702af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example_app/build-web.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ echo "👋 Building inside of: \n "$APP_DIR
1616
if cd $FLUTTER_DIR; then
1717
echo "📦 Cahed version of Flutter Beta found!"
1818
echo "👀 Checking for updates..."
19-
git pull && cd ..
19+
git pull --ff-only && cd ..
2020
else
2121
echo "🦋 Download and setup Flutter Beta"
2222
git clone https://github.com/flutter/flutter.git

0 commit comments

Comments
 (0)