diff options
| -rw-r--r-- | justfile | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -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}}" |
