From f6c278cc24178550a74a086a162e7664aff414c8 Mon Sep 17 00:00:00 2001 From: Johannes Theiner Date: Wed, 6 Nov 2019 11:50:25 +0100 Subject: [PATCH] ifs end with fi --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 5353041..d4a923e 100755 --- a/install.sh +++ b/install.sh @@ -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