changed messsage

This commit is contained in:
H0mire
2024-05-04 11:14:30 +02:00
parent f9854e5400
commit e505ec6c07
+1 -1
View File
@@ -36,7 +36,7 @@ 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 "No changes found. Exiting." echo "Repository is already up-to-date. Do not run git pull before this script. Exiting."
exit 0 exit 0
fi fi