diff --git a/git-clone-all.bat b/git-clone-all.bat index c0ba48d..c9cf13b 100644 --- a/git-clone-all.bat +++ b/git-clone-all.bat @@ -51,9 +51,9 @@ popd mkdir sol pushd sol git clone https://git.faronear.org/sol/_sol -git clone https://git.faronear.org/sol/sol.ling -git clone https://git.faronear.org/sol/sol.data -git clone https://git.faronear.org/sol/sol.base +git clone https://git.faronear.org/sol/sol-ling +git clone https://git.faronear.org/sol/sol-data +git clone https://git.faronear.org/sol/sol-base git clone https://git.faronear.org/sol/solet git clone https://git.faronear.org/sol/soweb popd diff --git a/git-clone-all.sh b/git-clone-all.sh index 094cc0e..49ff841 100755 --- a/git-clone-all.sh +++ b/git-clone-all.sh @@ -53,9 +53,9 @@ popd mkdir sol pushd sol git clone https://git.faronear.org/sol/_sol -git clone https://git.faronear.org/sol/sol.ling -git clone https://git.faronear.org/sol/sol.data -git clone https://git.faronear.org/sol/sol.base +git clone https://git.faronear.org/sol/sol-ling +git clone https://git.faronear.org/sol/sol-data +git clone https://git.faronear.org/sol/sol-base git clone https://git.faronear.org/sol/solet git clone https://git.faronear.org/sol/soweb popd