From 289dca68eabdc4ab3a396a9587c63ef95e222e56 Mon Sep 17 00:00:00 2001 From: javalsai Date: Mon, 20 Apr 2026 16:47:21 +0200 Subject: [PATCH] fix: justfile --- justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/justfile b/justfile index 8a0b2a7..dedf350 100644 --- a/justfile +++ b/justfile @@ -8,7 +8,7 @@ push: rsync -rltDP repo/ {{ remote_repo }} pull: - mkdir repo + mkdir -p repo rsync -rltDP {{ remote_repo }} repo/ upgrade: