Skip to content

Commit

Permalink
fix lint typo on Makefile (kserve#3569)
Browse files Browse the repository at this point in the history
Signed-off-by: Spolti <fspolti@redhat.com>
Signed-off-by: tjandy98 <3953059+tjandy98@users.noreply.github.com>
  • Loading branch information
spolti authored and tjandy98 committed Apr 10, 2024
1 parent 2afb7e8 commit 7f5da68
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ test: fmt vet manifests envtest
KUBEBUILDER_ASSETS="$(shell $(ENVTEST) use $(ENVTEST_K8S_VERSION) -p path)" go test $$(go list ./pkg/...) ./cmd/... -coverprofile coverage.out -coverpkg ./pkg/... ./cmd...

# Build manager binary
manager: generate fmt vet lint
manager: generate fmt vet go-lint
go build -o bin/manager ./cmd/manager

# Build agent binary
Expand All @@ -64,7 +64,7 @@ router: fmt vet
go build -o bin/router ./cmd/router

# Run against the configured Kubernetes cluster in ~/.kube/config
run: generate fmt vet lint
run: generate fmt vet go-lint
go run ./cmd/manager/main.go

# Deploy controller in the configured Kubernetes cluster in ~/.kube/config
Expand Down

0 comments on commit 7f5da68

Please sign in to comment.