From a1de1b11bc71664984ceae998bab1e832a5da7f6 Mon Sep 17 00:00:00 2001 From: PatTheMav Date: Wed, 24 Oct 2018 18:17:54 +0200 Subject: [PATCH] Fixed Codacy commit check --- CI/build-macos.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/CI/build-macos.sh b/CI/build-macos.sh index b9a0f549..f528ce2e 100755 --- a/CI/build-macos.sh +++ b/CI/build-macos.sh @@ -8,7 +8,6 @@ if [ "${OSTYPE}" != "Darwin" ]; then fi HAS_CMAKE=$(type cmake 2>/dev/null) -HAS_GIT=$(type git 2>/dev/null) if [ "${HAS_CMAKE}" = "" ]; then echo "[obs-websocket - Error] CMake not installed - please run 'install-dependencies-macos.sh' first."