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: