Skip to content
Snippets Groups Projects

removed instruction for .create_all_patches.sh in developerREADME

Merged Vivien Langhans requested to merge doc/createPatches into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -23,7 +23,7 @@ do
@@ -23,7 +23,7 @@ do
then
then
echo "The solution for $exerciseName seems to be up to date."
echo "The solution for $exerciseName seems to be up to date."
else
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
exit 1
fi
fi
done
done
Loading