mirror of
https://github.com/danbulant/dots-hyprland
synced 2026-05-19 04:08:48 +00:00
change to pull no matter any branch
This commit is contained in:
parent
b1a0e3c258
commit
f61da8e09a
1 changed files with 1 additions and 1 deletions
|
|
@ -580,7 +580,7 @@ fi
|
|||
if git remote get-url origin &>/dev/null; then
|
||||
# Pull changes
|
||||
log_info "Pulling changes from origin/$current_branch..."
|
||||
if git pull origin "$current_branch"; then
|
||||
if git pull; then
|
||||
log_success "Successfully pulled latest changes"
|
||||
else
|
||||
log_warning "Failed to pull changes from remote. Continuing with local repository..."
|
||||
|
|
|
|||
Loading…
Reference in a new issue