mirror of
https://github.com/danbulant/dots-hyprland
synced 2026-05-24 12:22:09 +00:00
removed debugging exclamation
This commit is contained in:
parent
fb42a07f3b
commit
965a8205e3
1 changed files with 1 additions and 1 deletions
|
|
@ -58,7 +58,7 @@ if ! git fetch; then
|
|||
fi
|
||||
|
||||
# Check if there are any changes
|
||||
if [[ ! $(git rev-list HEAD...origin/$current_branch --count) -eq 0 ]]; then
|
||||
if [[ $(git rev-list HEAD...origin/$current_branch --count) -eq 0 ]]; then
|
||||
echo "Repository is already up-to-date. Do not run git pull before this script. Exiting."
|
||||
exit 0
|
||||
fi
|
||||
|
|
|
|||
Loading…
Reference in a new issue