Skip to content

Commit c837a31

Browse files
committed
checkpoint
1 parent 3c01e26 commit c837a31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tool/grind.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ void main(List<String> args) => grind(args);
1313
void checkUrls() async {
1414
log('checking URLs in FlutterBundle.properties...');
1515
var lines =
16-
await File('src/io/flutter/FlutterBundle.properties').readAsLines();
16+
await File('flutter-idea/src/io/flutter/FlutterBundle.properties').readAsLines();
1717
for (var line in lines) {
1818
var split = line.split('=');
1919
if (split.length == 2) {

0 commit comments

Comments
 (0)