Skip to content

Commit 7edb1af

Browse files
committed
Fixed typo in verify-flags-underscore
1 parent 4caa5e8 commit 7edb1af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hack/verify-flags-underscore.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ def main():
232232

233233
if len(bad_lines) != 0:
234234
if not args.skip_exceptions:
235-
print("Found illegal 'flag' usage. If these are false positives you should running `hack/verify-flags-underscore.py -e > hack/verify-flags/exceptions.txt` to update the list.")
235+
print("Found illegal 'flag' usage. If these are false positives you should run `hack/verify-flags-underscore.py -e > hack/verify-flags/exceptions.txt` to update the list.")
236236
bad_lines.sort()
237237
for (relname, line) in bad_lines:
238238
print("%s:%s" % (relname, line))

0 commit comments

Comments
 (0)