ifs end with fi

This commit is contained in:
Johannes Theiner 2019-11-06 11:50:25 +01:00
parent b4dbd63135
commit f6c278cc24
1 changed files with 1 additions and 1 deletions

View File

@ -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