Skip to content

Commit

Permalink
Merge pull request #13594 from marcfehling/author-wiki
Browse files Browse the repository at this point in the history
Update link to wiki in `indent_common.sh`.
  • Loading branch information
bangerth committed Apr 7, 2022
2 parents 945229e + a0d536f commit 0d07d61
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions contrib/utilities/indent_common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ checks() {
echo "invalid author '$name' without firstname and lastname"
echo ""
echo "hint: for possible solutions, consult the webpage:"
echo " https://github.com/dealii/dealii/wiki/Indentation#commit-authorship"
echo " https://github.com/dealii/dealii/wiki/Commit-authorship"
exit 2
fi
done || exit 2
Expand All @@ -99,14 +99,14 @@ checks() {
echo "invalid email '$email'"
echo ""
echo "hint: for possible solutions, consult the webpage:"
echo " https://github.com/dealii/dealii/wiki/Indentation#commit-authorship"
echo " https://github.com/dealii/dealii/wiki/Commit-authorship"
exit 3
fi
if ! echo "$email" | grep -q -v -e "\.local$"; then
echo "invalid email '$email'"
echo ""
echo "hint: for possible solutions, consult the webpage:"
echo " https://github.com/dealii/dealii/wiki/Indentation#commit-authorship"
echo " https://github.com/dealii/dealii/wiki/Commit-authorship"
exit 3
fi
done || exit 3
Expand Down

0 comments on commit 0d07d61

Please sign in to comment.