aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Mohr <mohrr@google.com>2023-10-27 16:08:36 +0000
committerCQ Bot Account <pigweed-scoped@luci-project-accounts.iam.gserviceaccount.com>2023-10-27 16:08:36 +0000
commitb0a0c477d6ed1a6360ad66ff57418b403580c4b7 (patch)
treedbc92577dd8f5fb01ebb8fa38d2cfa8bc52cdfe9
parent8898e63a3a1fd8ef36b9f095f949139a6323d721 (diff)
downloadopen-dice-b0a0c477d6ed1a6360ad66ff57418b403580c4b7.tar.gz
Fix pre-push hook
Bug: b/308151137 Change-Id: I894bae2213f37f016c1400fd603f1b369537d0a7 Reviewed-on: https://pigweed-review.googlesource.com/c/open-dice/+/178074 Commit-Queue: Auto-Submit <auto-submit@pigweed-service-accounts.iam.gserviceaccount.com> Reviewed-by: Alan Stokes <alanstokes@google.com> Presubmit-Verified: CQ Bot Account <pigweed-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Andrew Scull <ascull@google.com> Pigweed-Auto-Submit: Rob Mohr <mohrr@google.com>
-rw-r--r--tools/open_dice_tools/presubmit.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/open_dice_tools/presubmit.py b/tools/open_dice_tools/presubmit.py
index 48752ae..74d8ebb 100644
--- a/tools/open_dice_tools/presubmit.py
+++ b/tools/open_dice_tools/presubmit.py
@@ -114,7 +114,7 @@ def run(install: bool, exclude: list, **presubmit_args) -> int:
[
"python",
"-m",
- "sample_project_tools.presubmit_checks",
+ "open_dice_tools.presubmit",
"--base",
"origin/main..HEAD",
"--program",