Autopull test

This commit is contained in:
murgi
2025-08-05 14:29:36 +02:00
parent 447714b9d6
commit 958fe06f12

View File

@@ -21,7 +21,7 @@ fi
update_dotfiles() { update_dotfiles() {
cd ~/dotfiles || return cd ~/dotfiles || return
if git fetch --dry-run 2>/dev/null | grep -q .; then if git fetch --dry-run 2>&1 | grep -q .; then
git pull > /dev/null 2>&1 git pull > /dev/null 2>&1
fi fi
} }