Fixed Codacy commit check

This commit is contained in:
PatTheMav 2018-10-24 18:17:54 +02:00
parent b5a3e3a4f0
commit a1de1b11bc
No known key found for this signature in database
GPG Key ID: F8BCC3052CE91D29

View File

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