From 295ffdc1b6b51bd7727919013ed7e20dcd9b63fd Mon Sep 17 00:00:00 2001 From: Mark Charlebois Date: Fri, 18 Aug 2017 15:46:22 -0700 Subject: [PATCH] Use specific vesions Signed-off-by: Mark Charlebois --- Tools/check_code_style_all.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tools/check_code_style_all.sh b/Tools/check_code_style_all.sh index 2a88f3b492..24a254438e 100755 --- a/Tools/check_code_style_all.sh +++ b/Tools/check_code_style_all.sh @@ -26,7 +26,7 @@ else "$ASTYLE_VER" != "$ASTYLE_VER_REQUIRED_3" ]; then echo "Error: you're using ${ASTYLE_VER}" - echo "but should be using ${ASTYLE_VER_REQUIRED_1} or later instead" + echo "but should be using ${ASTYLE_VER_REQUIRED_1}, ${ASTYLE_VER_REQUIRED_2}, or ${ASTYLE_VER_REQUIRED_3} instead" exit 1 fi fi