Index: presubmit_support.py |
diff --git a/presubmit_support.py b/presubmit_support.py |
index 28dcf8c0a7b9c22113e97724b16828ca36598f2c..ebcf14e01dc89dde8868c245b12bfb6741b2104e 100755 |
--- a/presubmit_support.py |
+++ b/presubmit_support.py |
@@ -1133,7 +1133,7 @@ def DoGetTrySlaves(change, |
""" |
presubmit_files = ListRelevantPresubmitFiles(changed_files, repository_root) |
if not presubmit_files and verbose: |
- output_stream.write("Warning, no presubmit.py found.\n") |
+ output_stream.write("Warning, no PRESUBMIT.py found.\n") |
results = [] |
executer = GetTrySlavesExecuter() |