Skip to content
This repository was archived by the owner on Sep 23, 2025. It is now read-only.

Commit 7be098f

Browse files
committed
one more place.
Signed-off-by: Ville Aikas <vaikas@chainguard.dev>
1 parent beb6ea0 commit 7be098f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,11 +87,11 @@ fmt: ## Format all go files
8787
## Build policy-controller binary
8888
.PHONY: policy-controller
8989
policy-controller: policy-webhook
90-
CGO_ENABLED=0 go build -trimpath -ldflags "$(LDFLAGS)" -o $@ ./cmd/cosign/webhook
90+
CGO_ENABLED=0 go build -trimpath -ldflags "$(LDFLAGS)" -o $@ ./cmd/webhook
9191

9292
.PHONY: policy-webhook
9393
policy-webhook: ## Build the policy webhook binary
94-
CGO_ENABLED=0 go build -trimpath -ldflags "$(LDFLAGS)" -o $@ ./cmd/cosign/policy_webhook
94+
CGO_ENABLED=0 go build -trimpath -ldflags "$(LDFLAGS)" -o $@ ./cmd/policy_webhook
9595

9696
#####################
9797
# lint / test section

0 commit comments

Comments
 (0)