IOSAD-218 fixes: wrong dir checked (copy & paste error)

IOS-2882
Andreas Buff 2 years ago
parent 544e902986
commit cf933a60fe

@ -35,7 +35,7 @@ TMP_DIR="${SCRIPT_DIR}/tmp"
mkdir -p "${TMP_DIR}"
pushd "${TMP_DIR}"
SEQUOIA_4_IOS_DIR="${TMP_DIR}/sequoia4macos"
SEQUOIA_4_IOS_DIR="${TMP_DIR}/sequoia4ios"
if [ ! -d "${SEQUOIA_4_IOS_DIR}" ]; then
git clone -b "${VERSION}" http://pep-security.lu/gitlab/iOS/sequoia4ios.git
fi

Loading…
Cancel
Save