fix: justfile

This commit is contained in:
2026-04-20 16:47:21 +02:00
parent 6ac9ebbb0f
commit 289dca68ea
+1 -1
View File
@@ -8,7 +8,7 @@ push:
rsync -rltDP repo/ {{ remote_repo }}
pull:
mkdir repo
mkdir -p repo
rsync -rltDP {{ remote_repo }} repo/
upgrade: