aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/Justfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Justfile b/src/Justfile
index 1dd17f6..e2d8e4c 100644
--- a/src/Justfile
+++ b/src/Justfile
@@ -8,7 +8,7 @@ proj := "std::vec::Vec std::collections::LinkedList"
export RUST_LOG := "debug"
run-all-tests:
- which candelabra 2>/dev/null || cargo build
+ which candelabra-cli 2>/dev/null || cargo build
rm -fr {{target_dir / "candelabra"}}
echo "Candelabra Path: {{candelabra}}"