From e07d8735ab6233b4837a732d6faec2ed0266dcdf Mon Sep 17 00:00:00 2001 From: nsfisis Date: Wed, 16 Jul 2025 20:25:16 +0900 Subject: just: update justfile --- justfile | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/justfile b/justfile index c2177f4..43e914d 100644 --- a/justfile +++ b/justfile @@ -14,12 +14,12 @@ update-nur-packages: sync HOST=default_host: git fetch --all - if git diff --quiet; then \ - git stash save; \ - git switch -d origin/main; \ - git stash pop; \ - else \ - git switch -d origin/main; \ + if git diff --quiet; then \ + git stash save; \ + git switch -d origin/main; \ + git stash pop; \ + else \ + git switch -d origin/main; \ fi just switch "{{HOST}}" -- cgit v1.2.3-70-g09d2