diff --git a/git-clone-all.bat b/git-clone-all.bat index fbd7c4d..59fd9c7 100644 --- a/git-clone-all.bat +++ b/git-clone-all.bat @@ -35,7 +35,7 @@ git clone https://git.faronear.org/npm/base.deployer git clone https://git.faronear.org/npm/base.enviconfig git clone https://git.faronear.org/npm/base.logger git clone https://git.faronear.org/npm/base.messenger -git clone https://git.faronear.org/npm/base.nettool +git clone https://git.faronear.org/npm/base.tool git clone https://git.faronear.org/npm/base.webserver git clone https://git.faronear.org/npm/base.websocket.server git clone https://git.faronear.org/npm/base.webtoken diff --git a/git-clone-all.sh b/git-clone-all.sh index 70d7fd2..3d6fde3 100644 --- a/git-clone-all.sh +++ b/git-clone-all.sh @@ -37,7 +37,7 @@ git clone https://git.faronear.org/npm/base.deployer git clone https://git.faronear.org/npm/base.enviconfig git clone https://git.faronear.org/npm/base.logger git clone https://git.faronear.org/npm/base.messenger -git clone https://git.faronear.org/npm/base.nettool +git clone https://git.faronear.org/npm/base.tool git clone https://git.faronear.org/npm/base.webserver git clone https://git.faronear.org/npm/base.websocket.server git clone https://git.faronear.org/npm/base.webtoken