From 947c712ae85e5300a84661ca74b1e85ad6c828ee Mon Sep 17 00:00:00 2001 From: Aria Shrimpton Date: Tue, 30 Jan 2024 22:00:46 +0000 Subject: rename back to candelabra-cli --- src/Justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Justfile') diff --git a/src/Justfile b/src/Justfile index 2b43947..92cbe11 100644 --- a/src/Justfile +++ b/src/Justfile @@ -1,4 +1,4 @@ -candelabra := `which candelabra 2>/dev/null || echo ./target/debug/candelabra` +candelabra := `which candelabra-cli 2>/dev/null || echo ./target/debug/candelabra-cli` target_dir := justfile_directory() / "target" tests_dir := justfile_directory() / "tests" tests_manifest := tests_dir / "Cargo.toml" -- cgit v1.2.3