Skip to content

Commit

Permalink
updated console log
Browse files Browse the repository at this point in the history
  • Loading branch information
abhi1693 committed May 26, 2023
1 parent 7b45040 commit c7ebe8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-icons-ng/scripts/fetcher.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit c7ebe8b

Please sign in to comment.