Rename to match the upstream naming
This commit is contained in:
parent
5d471ec395
commit
b000f723a9
5 changed files with 2 additions and 2 deletions
|
@ -3,8 +3,8 @@ py_project(
|
|||
)
|
||||
|
||||
zapp_binary(
|
||||
name = "hatctl",
|
||||
main = "src/python/hatctl/__main__.py",
|
||||
name = "clusterctrl",
|
||||
main = "src/python/clusterctrl/__main__.py",
|
||||
imports = [
|
||||
"src/python",
|
||||
],
|
Loading…
Reference in a new issue