aboutsummaryrefslogtreecommitdiffhomepage
path: root/justfile
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2025-07-16 20:25:16 +0900
committernsfisis <nsfisis@gmail.com>2025-07-16 20:25:16 +0900
commite07d8735ab6233b4837a732d6faec2ed0266dcdf (patch)
tree8c428effc1de9a80c265bf638a75be6aa97b2ee1 /justfile
parentc9f6a1f8a8e08968fa6c8f8087dfecbc7fbc60aa (diff)
downloaddotfiles-e07d8735ab6233b4837a732d6faec2ed0266dcdf.tar.gz
dotfiles-e07d8735ab6233b4837a732d6faec2ed0266dcdf.tar.zst
dotfiles-e07d8735ab6233b4837a732d6faec2ed0266dcdf.zip
just: update justfile
Diffstat (limited to 'justfile')
-rw-r--r--justfile12
1 files 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}}"