aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-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}}"