From b322d3dfa52929a1157cf912366e1d5e59abd7e2 Mon Sep 17 00:00:00 2001 From: Filip Tibell Date: Sun, 14 Jan 2024 16:53:10 +0100 Subject: [PATCH] Fix justfile command --- .justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.justfile b/.justfile index 3ea08d6..60e91e8 100644 --- a/.justfile +++ b/.justfile @@ -24,7 +24,7 @@ build *ARGS: run FILE_PATH: #!/usr/bin/env bash set -euo pipefail - cargo run --bin {{BIN_NAME}} -- "{{FILE_PATH}}" + cargo run --bin {{BIN_NAME}} -- run "{{FILE_PATH}}" # Run tests for the Lune library [no-exit-message]