From e9b006e54ca3301c690fd80b2f0886537783421b Mon Sep 17 00:00:00 2001 From: H0mire Date: Sat, 4 May 2024 11:14:30 +0200 Subject: [PATCH] changed messsage --- update-dots.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update-dots.sh b/update-dots.sh index ddb3eea8f..fd564e88d 100644 --- a/update-dots.sh +++ b/update-dots.sh @@ -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