diff --git a/test/ci/check_code_style.sh b/test/ci/check_code_style.sh index 682b9cd3d19ae7d776a77c5a0b12b36ef8f8a692..f88b8cb8aaaed416e4322aa9e83cbf5eeb0493a3 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 }