From 48df84223c0b45916742c8860bf4652ebfe61cce Mon Sep 17 00:00:00 2001 From: Luk Lu Date: Sat, 4 Jun 2022 10:50:32 +0800 Subject: [PATCH] rename ColorConsole to cocon --- git-clone-all.bat | 2 +- git-clone-all.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/git-clone-all.bat b/git-clone-all.bat index 36004ec..4c66230 100644 --- a/git-clone-all.bat +++ b/git-clone-all.bat @@ -33,7 +33,7 @@ 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-deployer git clone https://git.faronear.org/npm/basend-envar -git clone https://git.faronear.org/npm/corend-ColorConsole +git clone https://git.faronear.org/npm/corend-cocon git clone https://git.faronear.org/npm/basend-messenger git clone https://git.faronear.org/npm/basend-netinfo git clone https://git.faronear.org/npm/basend-webserver diff --git a/git-clone-all.sh b/git-clone-all.sh index fcbd04f..c41779e 100644 --- a/git-clone-all.sh +++ b/git-clone-all.sh @@ -35,7 +35,7 @@ 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-deployer git clone https://git.faronear.org/npm/basend-envar -git clone https://git.faronear.org/npm/corend-ColorConsole +git clone https://git.faronear.org/npm/corend-cocon git clone https://git.faronear.org/npm/basend-messenger git clone https://git.faronear.org/npm/basend-netinfo git clone https://git.faronear.org/npm/basend-webserver