aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorahothan <ahothan@cisco.com>2017-08-04 11:26:26 -0700
committerahothan <ahothan@cisco.com>2017-08-04 11:27:20 -0700
commitba423e2c7f322871507835341d8265074d747781 (patch)
tree565175a130a5c9574f31efc92cf91ce8dc4f35ec
parent054928298b635893db73e2e827605d4a3896969e (diff)
Fix module path for cleanup script
Change-Id: I8035805c02712f9b1c38aded44e7590cd7b670ea Signed-off-by: ahothan <ahothan@cisco.com>
-rw-r--r--setup.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index e6ccb1a..994d8b2 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -26,7 +26,7 @@ packages =
console_scripts =
nfvbench = nfvbench.nfvbench:main
nfvbench_client = client.nfvbench_client:main
- nfvbench_cleanup = client.nfvbench_cleanup:main
+ nfvbench_cleanup = cleanup.nfvbench_cleanup:main
[compile_catalog]
directory = nfvbench/locale