Skip to content

Commit 8181cf9

Browse files
author
CodingWizKid
committed
adjust makefile run
1 parent 91b4dd3 commit 8181cf9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ test-e2e:
5757
@STACKIT_TOKEN=$(STACKIT_TOKEN) TEST_ZONE_NAME=$(TEST_ZONE_NAME) go test -race -tags=e2e ./... -coverprofile out/cover.out
5858

5959
run:
60-
go run cmd/main.go
60+
go run cmd/webhook/main.go
6161

6262
.PHONY: clean
6363
clean:

0 commit comments

Comments
 (0)