Skip to content

Commit 3c01e26

Browse files
committed
checkpoint
1 parent b55a77a commit 3c01e26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tool/github.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ if [ "DART_BOT" = "$BOT" ] ; then
4141

4242
# Analyze the Dart code in the repo.
4343
echo "dart analyze"
44-
(cd src; dart analyze)
44+
(cd flutter-idea/src; dart analyze)
4545
(cd tool/plugin; dart analyze)
4646

4747
# Ensure that the edits have been applied to template files (and their target

0 commit comments

Comments
 (0)