refactore file name
Some checks are pending
Setup Native Action / native (3.12.7) (push) Waiting to run
Setup Native Action / docker (3.12.7) (push) Waiting to run

This commit is contained in:
hoangvv 2025-02-24 13:43:18 +07:00
parent eb6fca49af
commit 6f9979a9f8
2 changed files with 2 additions and 2 deletions

View File

@ -84,7 +84,7 @@ scaffold_module:
mv $$ModuleName ${PWD}/$$ModulePath;
cleanup_addons:
@bash ${PWD}/setup/clean_up_addon.sh $(shell echo $(ADDONS) | tr ',' ' ')
@bash ${PWD}/setup/clean_up_addons.sh $(shell echo $(ADDONS) | tr ',' ' ')
##### Docker Deployment #########
run_test_docker: