Skip to content

Commit 85f014f

Browse files
Fixup
1 parent 9031a40 commit 85f014f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flutter_ci_script_shared.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ function ci_codelabs () {
3030
echo "== Getting dependencies for ${PROJECT}"
3131
for dir in `find . -name pubspec.yaml -not -path '*/*symlinks/*' -exec dirname {} \;`; do
3232
pushd $dir
33-
flutter pub get
33+
flutter pub get
3434
popd
3535
done
3636

0 commit comments

Comments
 (0)