diff options
author | ahothan <ahothan@cisco.com> | 2017-08-04 11:26:26 -0700 |
---|---|---|
committer | ahothan <ahothan@cisco.com> | 2017-08-04 11:27:20 -0700 |
commit | ba423e2c7f322871507835341d8265074d747781 (patch) | |
tree | 565175a130a5c9574f31efc92cf91ce8dc4f35ec | |
parent | 054928298b635893db73e2e827605d4a3896969e (diff) |
Fix module path for cleanup script
Change-Id: I8035805c02712f9b1c38aded44e7590cd7b670ea
Signed-off-by: ahothan <ahothan@cisco.com>
-rw-r--r-- | setup.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |