small fix
This commit is contained in:
parent
994c7299b9
commit
9e3d5b6a0c
@ -5,7 +5,7 @@ fi
|
||||
|
||||
cmake_fmt="python3 -m cmake-format"
|
||||
if command -v ${cmake_fmt} &> /dev/null
|
||||
cmake_fmt_cmd=${cmake_fmt} -i CMakeLists.txt
|
||||
cmake_fmt_cmd="${cmake_fmt} -i CMakeLists.txt"
|
||||
eval ${cmake_fmt_cmd}
|
||||
then
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user