From 8ef21489a3a77bf92450988700f50bcb3f57c0c1 Mon Sep 17 00:00:00 2001 From: Marty Oehme Date: Wed, 1 Oct 2025 10:25:04 +0200 Subject: [PATCH] Be explicit about datalad run inputs and outputs --- justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/justfile b/justfile index 33bf5c5..418e18d 100644 --- a/justfile +++ b/justfile @@ -15,7 +15,7 @@ packages: python src/packages.py input output versioned: - datalad run -m "Create updated output data" -i input/ -o output/ just all + datalad run -m "Create updated output data" -i "input/*.json" -o "output/*.csv" just all printf "\n## %s\n\n- auto generated\n" $(date +%F) | sed -i '/CHANGELOG/r /dev/stdin' CHANGELOG.md # requires python dependencies, thus to be running in venv