From 4d91c378ba7f4f24e288b74566b5e1cd220c975d Mon Sep 17 00:00:00 2001 From: wuzewu Date: Thu, 5 Sep 2019 10:44:13 +0800 Subject: [PATCH] Update check_code_style.sh --- test/ci/check_code_style.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/ci/check_code_style.sh b/test/ci/check_code_style.sh index 682b9cd3..f88b8cb8 100644 --- a/test/ci/check_code_style.sh +++ b/test/ci/check_code_style.sh @@ -1,6 +1,6 @@ #!/bin/bash function abort(){ - echo "Your change doesn't follow PaddleHub's code style." 1>&2 + echo "Your change doesn't follow PaddleSeg's code style." 1>&2 echo "Please use pre-commit to check what is wrong." 1>&2 exit 1 } -- GitLab