Skip to content

Commit f5a55f0

Browse files
author
smiletan
authored
Merge pull request #413 from intelligentfu8/doris-cli
update spell error
2 parents db29299 + 4285c24 commit f5a55f0

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
@@ -113,7 +113,7 @@ endif
113113
.PHONY: build
114114
build: manifests generate fmt vet helm ## Build manager binary.
115115
go build -ldflags=$(LDFLAGS) -o bin/dorisoperator cmd/operator/main.go
116-
go build -ldflags=$(LDFLAGS) -o bin/dorisctrl cmd/dorisctl/main.go
116+
go build -ldflags=$(LDFLAGS) -o bin/dorisctl cmd/dorisctl/main.go
117117
go build -o bin/doris-debug cmd/doris-debug/main.go
118118

119119
.PHONY: run

0 commit comments

Comments
 (0)