Index: presubmit_support.py |
diff --git a/presubmit_support.py b/presubmit_support.py |
index 1a84b59ca1de1f2879fac35bc5c1ab74d3a85aa3..5ac38ac3c6c2c3d721c4870aa37871bac9f783d6 100755 |
--- a/presubmit_support.py |
+++ b/presubmit_support.py |
@@ -1075,7 +1075,7 @@ def DoPresubmitChecks(change, |
presubmit_files = ListRelevantPresubmitFiles( |
change.AbsoluteLocalPaths(True), change.RepositoryRoot()) |
if not presubmit_files and verbose: |
- output.write("Warning, no presubmit.py found.\n") |
+ output.write("Warning, no PRESUBMIT.py found.\n") |
results = [] |
executer = PresubmitExecuter(change, committing, rietveld_obj, verbose) |
if default_presubmit: |