diff --git a/git-clone-all.bat b/git-clone-all.bat index 0724f7e..7e5d1ad 100644 --- a/git-clone-all.bat +++ b/git-clone-all.bat @@ -30,7 +30,7 @@ popd mkdir npm pushd npm git clone https://git.faronear.org/npm/_npm -git clone https://git.faronear.org/npm/basend-fileload-server +git clone https://git.faronear.org/npm/basend-fileloader git clone https://git.faronear.org/npm/basend-deployer git clone https://git.faronear.org/npm/basend-envar git clone https://git.faronear.org/npm/basend-cocon diff --git a/git-clone-all.sh b/git-clone-all.sh index 95ffa0c..f28f5bf 100755 --- a/git-clone-all.sh +++ b/git-clone-all.sh @@ -32,7 +32,7 @@ popd mkdir npm pushd npm git clone https://git.faronear.org/npm/_npm -git clone https://git.faronear.org/npm/basend-fileload-server +git clone https://git.faronear.org/npm/basend-fileloader git clone https://git.faronear.org/npm/basend-deployer git clone https://git.faronear.org/npm/basend-envar git clone https://git.faronear.org/npm/basend-cocon