Rename to match the upstream naming
This commit is contained in:
parent
92e5605f8c
commit
ef9e54e647
5 changed files with 2 additions and 2 deletions
|
@ -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",
|
||||||
],
|
],
|
Loading…
Reference in a new issue