From c7ebe8b1c8aa954302761d2cd77e983da4b97efa Mon Sep 17 00:00:00 2001 From: Abhimanyu Saharan Date: Fri, 26 May 2023 15:29:47 +0530 Subject: [PATCH] updated console log --- packages/react-icons-ng/scripts/fetcher.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/react-icons-ng/scripts/fetcher.ts b/packages/react-icons-ng/scripts/fetcher.ts index 3b6bf6f01..d65a89915 100644 --- a/packages/react-icons-ng/scripts/fetcher.ts +++ b/packages/react-icons-ng/scripts/fetcher.ts @@ -44,7 +44,7 @@ async function main() { async function gitCloneIcon(source: IconSetGitSource, ctx: Context) { console.log( - `start clone icon: ${source.url}/${source.remoteDir}@${source.branch}` + `Cloning icon from: ${source.url}/${source.remoteDir} at branch: ${source.branch}` ); await execFile( "git",