From b9fad2b2f39fca327707dacde66e21c054cc45ba Mon Sep 17 00:00:00 2001 From: jinyuanliu Date: Thu, 13 Jan 2022 03:59:43 -0500 Subject: [PATCH] Fix manage to manager Otherwise, relevant commands are missing in the container Change-Id: I65e8f8de096a73a10053246d017d24806db8f160 --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 66bcf25..ec37e0c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -28,5 +28,5 @@ packages = [entry_points] console_scripts = - venus-manage = venus.cmd.manage:main + venus-manager = venus.cmd.manage:main venus-api = venus.cmd.api:main