presubmit: fix file path

Change-Id: Ia24889ef70f1d99e5168c739c594119a361a4e56
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/342100
Auto-Submit: Samuel Rawlins <srawlins@google.com>
Reviewed-by: Alexander Thomas <athom@google.com>
Reviewed-by: Phil Quitslund <pquitslund@google.com>
Commit-Queue: Alexander Thomas <athom@google.com>
diff --git a/PRESUBMIT.py b/PRESUBMIT.py
index 9b16b7f..8d5762f 100644
--- a/PRESUBMIT.py
+++ b/PRESUBMIT.py
@@ -324,7 +324,7 @@
            for f in input_api.AffectedFiles()):
         args = [
             "tools/sdks/dart-sdk/bin/dart",
-            "pkg/analysis_server/tool/checks/check_all_yaml.dart",
+            "pkg/linter/tool/checks/check_all_yaml.dart",
         ]
         stdout = input_api.subprocess.check_output(args).strip()
         if not stdout: