youcan-shop / cli

YouCan CLI for themes & apps.
https://developer.youcan.shop
MIT License
6 stars 3 forks source link

git clone fails due to wrong string interpolation #33

Closed YELrhilassi closed 1 year ago

YELrhilassi commented 1 year ago

execSync(git clone '${url}' '${folder}');

it should be execSync(git clone ${url} ${folder});