Skip to content

Commit 22f24ee

Browse files
committed
fix bin/flutter_fastlane_bump script
1 parent 0fcb9ae commit 22f24ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/flutter_fastlane_bump

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ if [ -d "android" ]; then
1313
fi
1414

1515
if [ -d "ios" ]; then
16-
pushd android
16+
pushd ios
1717
_update
1818
popd
1919
fi

0 commit comments

Comments
 (0)