Rename to match the upstream naming

This commit is contained in:
Reid 'arrdem' McKenzie 2021-10-27 22:44:46 -06:00
parent 92e5605f8c
commit ef9e54e647
5 changed files with 2 additions and 2 deletions

View file

@ -3,8 +3,8 @@ py_project(
) )
zapp_binary( zapp_binary(
name = "hatctl", name = "clusterctrl",
main = "src/python/hatctl/__main__.py", main = "src/python/clusterctrl/__main__.py",
imports = [ imports = [
"src/python", "src/python",
], ],