Update Makefile (#2828)

dragonlfy --> dragonfly
This commit is contained in:
lixin18 2023-10-26 10:50:19 +08:00 committed by GitHub
parent b7f47291ea
commit 18e90cefc1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -33,7 +33,7 @@ build-dirs:
@mkdir -p ./bin
.PHONY: build-dirs
# Build dragonlfy.
# Build dragonfly.
docker-build: docker-build-dfdaemon docker-build-scheduler docker-build-manager docker-build-trainer
@echo "Build image done."
.PHONY: docker-build
@ -372,7 +372,7 @@ clean-e2e-test:
@rm -rf test/e2e/*.log
.PHONY: clean-e2e-test
# Kind load dragonlfy.
# Kind load dragonfly.
kind-load: kind-load-scheduler kind-load-dfdaemon kind-load-manager kind-load-trainer kind-load-testing-tools
@echo "Kind load image done."
.PHONY: kind-load