Skip to content

Commit

Permalink
[script] fixed a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
cocoa-xu committed Jan 14, 2023
1 parent a1061e2 commit f9ccd63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/download_opencv_contrib.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ download_opencv_contrib() {
echo "Downloading OpenCV contrib ${OPENCV_VER}..."
mkdir -p "${OPENCV_CACHE_DIR}"
if [ -e "$(which wget)" ]; then
wget --quite "${OPENCV_CONTRIB_ZIP_URL}" -O "${OPENCV_CONTRIB_SOURCE_ZIP}"
wget --quiet "${OPENCV_CONTRIB_ZIP_URL}" -O "${OPENCV_CONTRIB_SOURCE_ZIP}"
elif [ -e "$(which curl)" ]; then
curl -fSsL "${OPENCV_CONTRIB_ZIP_URL}" -o "${OPENCV_CONTRIB_SOURCE_ZIP}"
else
Expand Down

0 comments on commit f9ccd63

Please sign in to comment.