Skip to content
This repository has been archived by the owner on Apr 27, 2020. It is now read-only.

Commit

Permalink
Fix verify-authors.sh to fail if AUTHORS is out of date (#50)
Browse files Browse the repository at this point in the history
* Fix verify-authors.sh to fail if AUTHORS is out of date

* Update AUTHORS file
  • Loading branch information
superbrothers authored Oct 24, 2018
1 parent 9112a93 commit f7d489c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,5 @@ Tanner Bruce
Takuhiro Yoshida
O. Yuanying
Anne Schuth
Werner Buck
Lucas de Haas
1 change: 1 addition & 0 deletions scripts/verify-authors.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,5 @@ if [[ $ret -eq 0 ]]; then
echo "AUTHORS is up to date."
else
echo "AUTHORS is out of date. Please run scripts/update-authors.sh."
exit 1
fi

0 comments on commit f7d489c

Please sign in to comment.