From b18571be78d7599b1697d5928bde233c2e1d1a50 Mon Sep 17 00:00:00 2001
From: IvBu <ivan.buntic@iws.uni-stuttgart.de>
Date: Fri, 7 Mar 2025 13:20:35 +0100
Subject: [PATCH] Remove additional reference to .create_all_patches script.

---
 .patches/apply_patches.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.patches/apply_patches.sh b/.patches/apply_patches.sh
index 5bf428df..1a985820 100755
--- a/.patches/apply_patches.sh
+++ b/.patches/apply_patches.sh
@@ -23,7 +23,7 @@ do
   then
     echo "The solution for $exerciseName seems to be up to date."
   else
-    echo "You forgot to update the exercise or the solution for $exerciseName! Please look at the scripts `.create_all_patches.sh` or `.create_single_patch.sh` and their respective instructions to update the patches which map the exercise state to the solution state. These two shell scripts are hidden files located in the root folder of dumux-course."
+    echo "You forgot to update the exercise or the solution for $exerciseName! Please look at the script `.create_single_patch.sh` and its respective instructions to update the patches which map the exercise state to the solution state. This shell script is a hidden file located in the root folder of dumux-course."
     exit 1
   fi
 done
-- 
GitLab