Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit b65140a

Browse files
goderbauerzanderso
andauthored
Update ci/bin/format.dart
Co-authored-by: Zachary Anderson <zanderso@users.noreply.github.com>
1 parent a3e4710 commit b65140a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/bin/format.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -819,7 +819,7 @@ class DartFormatChecker extends FormatChecker {
819819
'sdks',
820820
'dart-sdk',
821821
'bin',
822-
'dart',
822+
Platform.isWindows ? 'dart.exe' : 'dart',
823823
);
824824
}
825825

0 commit comments

Comments
 (0)