From: Qiaowei Ren Date: Sat, 17 Mar 2018 01:39:13 +0000 (+0800) Subject: Fix a typo X-Git-Tag: opnfv-6.0.0~2 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?p=stor4nfv.git;a=commitdiff_plain;h=80a855170e1488eeb8cc0833ffba2b1938c327ac Fix a typo Change-Id: I6c4b9cc320270216f9064bb402436ff221bed7c6 Signed-off-by: Qiaowei Ren --- diff --git a/setup.cfg b/setup.cfg index 89b4804..0ce95bc 100644 --- a/setup.cfg +++ b/setup.cfg @@ -8,4 +8,4 @@ packages = stor4nfv_tests [entry_points] console_scripts = - doctor-test = stor4nfv_tests.main:main + stor4nfv-test = stor4nfv_tests.main:main