diff options
Diffstat (limited to 'build-root')
-rwxr-xr-x | build-root/scripts/checkstyle.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build-root/scripts/checkstyle.sh b/build-root/scripts/checkstyle.sh index 3a898cb..fb0cb96 100755 --- a/build-root/scripts/checkstyle.sh +++ b/build-root/scripts/checkstyle.sh @@ -142,7 +142,7 @@ if [ ${EXIT_CODE} == 0 ]; then echo "*******************************************************************" else echo "*******************************************************************" - echo "* VPP CHECKSTYLE FAILED" + echo "* SWEETCOMB CHECKSTYLE FAILED" echo "* CONSULT FAILURE LOG ABOVE" echo "* NOTE: Running 'build-root/scripts/checkstyle.sh --fix' *MAY* fix the issue" echo "*******************************************************************" |