diff --git a/scripts/review_bot.py b/scripts/review_bot.py index 30493618a158f1..d1055b331ad096 100755 --- a/scripts/review_bot.py +++ b/scripts/review_bot.py @@ -60,5 +60,5 @@ def find_field_set(content): sys.exit(0) # Pass else: print("PR does not match any known templates") - sys.exit(1) # Fail + sys.exit(1) # Faill