about summary refs log tree commit diff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2024-05-06 19:31:40 -0700
committerFranck Cuny <franck@fcuny.net>2024-05-06 19:31:40 -0700
commitb3a63c28091bf13e66ddad8852ea5ac95baeffb4 (patch)
tree9ae924c575fc6a1a9079bd0ab8b899a4ea957ee1 /pyproject.toml
parentmessing with stuff (diff)
downloadworld-b3a63c28091bf13e66ddad8852ea5ac95baeffb4.tar.gz
clean up more stuff
Diffstat (limited to '')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 3bf7f69..d74d30c 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -66,7 +66,7 @@ known-first-party = ["rbx_nomad", "term", "git"]
 
 [project.scripts]
 gha_billing = "cli.gha_billing:cli"
-hashi_env = "cli.hash_env:cli"
+hashienv = "cli.hashienv:cli"
 int2ip = "cli.ipconverter:int2ip"
 ip2int = "cli.ipconverter:ip2int"
 nomad_allocs = "cli.nomad_allocs:cli"