From ffd00fd518cf17f3faabeb4a9fad42b96f1f4c86 Mon Sep 17 00:00:00 2001 From: Tim Dengel Date: Sun, 11 Aug 2024 03:50:56 +0200 Subject: [PATCH] Use bin-src in justfile run target instead of hardcoded target dir --- justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/justfile b/justfile index e87351b..a36f6d7 100644 --- a/justfile +++ b/justfile @@ -62,7 +62,7 @@ dev *args: # Run with debug logs run *args: cargo build --release - env RUST_LOG=cosmic_files=info RUST_BACKTRACE=full target/release/cosmic-files {{args}} + env RUST_LOG=cosmic_files=info RUST_BACKTRACE=full {{bin-src}} {{args}} # Run tests test *args: