ifs end with fi
This commit is contained in:
parent
b4dbd63135
commit
f6c278cc24
|
@ -21,7 +21,7 @@ install_packages() {
|
|||
#some systems have --with-toolchain some dont, so we need to do this
|
||||
if ! sudo brew install llvm --with-toolchain; then
|
||||
sudo brew install llvm
|
||||
elif
|
||||
fi
|
||||
|
||||
ln -s "/usr/local/opt/llvm/bin/clang-tidy" "/usr/local/bin/clang-tidy"
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue