diff options
| -rw-r--r-- | justfile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -15,11 +15,11 @@ 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 stash save; \ git switch -d origin/main; \ + git stash pop; \ fi just switch "{{HOST}}" |
