From 3aa5a98591f52f78cf6d2e49740357cd94794209 Mon Sep 17 00:00:00 2001 From: Chris O'Neil Date: Tue, 3 Dec 2024 17:20:28 +0000 Subject: [PATCH] fix: use correct crate for `ant-cli` This was another reference that was missed. --- Justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Justfile b/Justfile index 6dfdc6ea7b..c80fcf1b1a 100644 --- a/Justfile +++ b/Justfile @@ -156,7 +156,7 @@ package-bin bin version="": crate_dir_name="node-launchpad" ;; ant) - crate_dir_name="autonomi-cli" + crate_dir_name="ant-cli" ;; antnode) crate_dir_name="ant-node"