forked from Shinonome/dots-hyprland
removed debugging exclamation
This commit is contained in:
+1
-1
@@ -58,7 +58,7 @@ if ! git fetch; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# Check if there are any changes
|
# 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."
|
echo "Repository is already up-to-date. Do not run git pull before this script. Exiting."
|
||||||
exit 0
|
exit 0
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user