This is an automated email from the ASF dual-hosted git repository.

aw pushed a commit to branch YETUS-1034-release
in repository https://gitbox.apache.org/repos/asf/yetus.git

commit 27c6f54b65e965e05e807ad6c3c3fb901b80b59a
Author: Allen Wittenauer <[email protected]>
AuthorDate: Wed Oct 28 10:22:59 2020 -0700

    YETUS-1056. blanks gives wrong advice (#181)
    
    Signed-off-by: Sean Busbey <[email protected]>
---
 precommit/src/main/shell/test-patch.d/blanks.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/precommit/src/main/shell/test-patch.d/blanks.sh 
b/precommit/src/main/shell/test-patch.d/blanks.sh
index ad9f728..3865eaf 100755
--- a/precommit/src/main/shell/test-patch.d/blanks.sh
+++ b/precommit/src/main/shell/test-patch.d/blanks.sh
@@ -174,7 +174,7 @@ function blanks_postcompile
     else
       add_vote_table_v2 -1 blanks \
         "@@BASE@@/blanks-eol.txt" \
-        "${BUILDMODEMSG} has ${count} line(s) that end in blanks. Use git 
apply --blanks=fix <<patch_file>>. Refer https://git-scm.com/docs/git-apply";
+        "${BUILDMODEMSG} has ${count} line(s) that end in blanks. Use git 
apply --whitespace=fix <<patch_file>>. Refer https://git-scm.com/docs/git-apply";
     fi
 
     if [[ -n "${BUGLINECOMMENTS}" ]]; then

Reply via email to