diff options
Diffstat (limited to 'src/Justfile')
-rw-r--r-- | src/Justfile | 2 |
1 files changed, 1 insertions, 1 deletions
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" |