From 9d9ce4617e901a9048515a2fe305046249e71506 Mon Sep 17 00:00:00 2001 From: "luk.lu" Date: Sat, 23 Jul 2022 08:18:44 +0800 Subject: [PATCH] rename npm/basend-fileload-server to npm/basend-fileloader --- 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 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