From b0a0c477d6ed1a6360ad66ff57418b403580c4b7 Mon Sep 17 00:00:00 2001 From: Rob Mohr Date: Fri, 27 Oct 2023 16:08:36 +0000 Subject: 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 Reviewed-by: Alan Stokes Presubmit-Verified: CQ Bot Account Reviewed-by: Andrew Scull Pigweed-Auto-Submit: Rob Mohr --- tools/open_dice_tools/presubmit.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", -- cgit v1.2.3