diff --git a/scripts/check_code_style.sh b/scripts/check_code_style.sh index 682b9cd3d19ae7d776a77c5a0b12b36ef8f8a692..481d5ad1c96096914a2888ef0f3904638e40919b 100644 --- a/scripts/check_code_style.sh +++ b/scripts/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 X2Paddle's code style." 1>&2 echo "Please use pre-commit to check what is wrong." 1>&2 exit 1 }