--depth was missing hyphen

This commit is contained in:
Damien Elmes 2020-01-02 20:39:19 +10:00
parent 38df028180
commit 4f881cde83

View file

@ -22,4 +22,4 @@ fi
python -c 'import PyQt5' 2>/dev/null || pip install -r anki-qt/requirements.qt python -c 'import PyQt5' 2>/dev/null || pip install -r anki-qt/requirements.qt
# fetch i18n files # fetch i18n files
test -d i18n || git clone -depth 1 https://github.com/ankitects/anki-i18n i18n test -d i18n || git clone --depth 1 https://github.com/ankitects/anki-i18n i18n