YETUS-356. build driver: author plug-in still mentions patches (addendum) Signed-off-by: Allen Wittenauer <[email protected]>
Project: http://git-wip-us.apache.org/repos/asf/yetus/repo Commit: http://git-wip-us.apache.org/repos/asf/yetus/commit/f8da25be Tree: http://git-wip-us.apache.org/repos/asf/yetus/tree/f8da25be Diff: http://git-wip-us.apache.org/repos/asf/yetus/diff/f8da25be Branch: refs/heads/YETUS-156 Commit: f8da25be87bf31866d2658bbe2baf50f94c67fa8 Parents: c68dbda Author: Allen Wittenauer <[email protected]> Authored: Tue Apr 12 21:32:46 2016 -0700 Committer: Allen Wittenauer <[email protected]> Committed: Thu Apr 14 00:24:45 2016 -0700 ---------------------------------------------------------------------- precommit/test-patch.d/author.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/yetus/blob/f8da25be/precommit/test-patch.d/author.sh ---------------------------------------------------------------------- diff --git a/precommit/test-patch.d/author.sh b/precommit/test-patch.d/author.sh index 3d6e393..0e00c80 100755 --- a/precommit/test-patch.d/author.sh +++ b/precommit/test-patch.d/author.sh @@ -29,9 +29,9 @@ function author_generic declare msg if [[ "${BUILDMODE}" = full ]]; then - msg="patch" - else msg="source tree" + else + msg="patch" fi # shellcheck disable=SC2016
