[EGD-7822] Fix clang_check script Due to third-person enabled auto-merge one line was missing in the previous PR
1 files changed, 1 insertions(+), 1 deletions(-) M config/clang_check.sh
M config/clang_check.sh => config/clang_check.sh +1 -1
@@ 49,7 49,7 @@ get_compile_commands() main() { - if [[ $# -ne 0 ]]; then + if [[ $# -ne 1 ]]; then help exit 0 fi