diff options
Diffstat (limited to 'cmake/RunLuacheck.cmake')
-rw-r--r-- | cmake/RunLuacheck.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/RunLuacheck.cmake b/cmake/RunLuacheck.cmake index 5129541cd8..4887e562a5 100644 --- a/cmake/RunLuacheck.cmake +++ b/cmake/RunLuacheck.cmake @@ -18,5 +18,5 @@ execute_process( if(NOT res EQUAL 0) message(STATUS "Output to stderr:\n${err}") - message(FATAL_ERROR "Linting tests failed with error: ${res}.") + message(FATAL_ERROR "Linting tests failed with error: ${res}") endif() |