summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--PRESUBMIT.cfg6
1 files changed, 3 insertions, 3 deletions
diff --git a/PRESUBMIT.cfg b/PRESUBMIT.cfg
index 9473bdbc41..de3335b8f3 100644
--- a/PRESUBMIT.cfg
+++ b/PRESUBMIT.cfg
@@ -10,6 +10,6 @@ tab_check: false
checkpatch_check: --no-tree --ignore=MSLEEP,VOLATILE
[Hook Scripts]
-hook0 = util/presubmit_check.sh 2>&1
-hook1 = util/config_option_check.py 2>&1
-hook2 = util/host_command_check.sh 2>&1
+presubmit_check = util/presubmit_check.sh 2>&1
+config_option_check = util/config_option_check.py 2>&1
+host_command_check = util/host_command_check.sh 2>&1