From 4f881cde8326fdf93f52b7ff6f50b35ea80d618b Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Thu, 2 Jan 2020 20:39:19 +1000 Subject: [PATCH] --depth was missing hyphen --- scripts.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts.inc b/scripts.inc index 347152df4..e0a4cec8c 100644 --- a/scripts.inc +++ b/scripts.inc @@ -22,4 +22,4 @@ fi python -c 'import PyQt5' 2>/dev/null || pip install -r anki-qt/requirements.qt # 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