changed messsage

This commit is contained in:
H0mire
2024-05-04 11:14:30 +02:00
parent 5f5c29bcb8
commit e9b006e54c
+1 -1
View File
@@ -36,7 +36,7 @@ fi
# Check if there are any changes
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
fi