From fb4fc7c1df34ca9f89388ad13daa9720e868e717 Mon Sep 17 00:00:00 2001 From: Jordi Mas Date: Sat, 7 Sep 2024 15:46:05 +0200 Subject: [PATCH] Fix --- languages/get-corpuses.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/languages/get-corpuses.sh b/languages/get-corpuses.sh index 76a5976..add11e1 100755 --- a/languages/get-corpuses.sh +++ b/languages/get-corpuses.sh @@ -1,7 +1,6 @@ #!/bin/bash -#git clone https://github.com/Softcatala/parallel-catalan-corpus corpus-raw -git clone --single-branch --branch glg-cat --depth 1 https://github.com/Softcatala/parallel-catalan-corpus corpus-raw +git clone --depth=1 https://github.com/Softcatala/parallel-catalan-corpus corpus-raw cd corpus-raw declare -a arr=("eng-cat" "deu-cat" "ita-cat" "fra-cat" "spa-cat" "nld-cat" "por-cat" "jpn-cat" "glg-cat" "oci-cat" "eus-cat")